-
Notifications
You must be signed in to change notification settings - Fork 0
/
aliases
25 lines (24 loc) · 1.01 KB
/
aliases
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
alias ls-la='ls -la'
alias ll='ls -l --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
alias la='ls -la --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
alias grep='grep --color=tty -d skip'
alias cp="cp -i" # confirm before overwriting something
alias df='df -h' # human-readable sizes
alias free='free -m' # show sizes in MB
alias np='nano PKGBUILD'
alias cd..='cd ..'
alias ..='cd ..'
alias ip2="ipython"
alias p2="python"
alias ip3="ipython"
alias p3="python3"
alias h='history | grep $1'
alias c='clear'
alias mkdir='mkdir -pv'
alias scroff='xset dpms force off'
alias nemo='nemo --no-desktop'
#alias xboxasmouse='sudo xboxdrv -w 0 --controller-slot 0 --detach-kernel-driver --mouse'
alias tmux='tmux -2'
alias atom="LD_LIBRARY_PATH=/opt/google/chrome ~/apps/atom/share/atom.sh"
alias sigma='ssh [email protected]'