-
Notifications
You must be signed in to change notification settings - Fork 0
/
bash_aliases
40 lines (34 loc) · 1.15 KB
/
bash_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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# This is my aliases file complete with everything
# this should be run by my bashrc
# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ] && [ -x /usr/bin/dircolors ]; then
eval "`dircolors -b`"
alias ls='ls --color=auto'
alias grep='grep --color=auto'
#alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
fi
alias a='ls -1sh'
alias lss='ls -Srsh -1'
alias apts='aptitude search'
alias sai='sudo apt-get install'
alias sagr='sudo apt-get remove'
alias sagp='sudo apt-get purge'
alias sl='svn log -l'
export uni='[email protected]'
export home='192.168.0.97'
export homeAway='massaioli.homelinux.com'
alias ack='ack-grep'
alias make='make -j4'
alias wake-server='wakeonlan 00:02:3f:16:16:ab'
alias amplayer='mplayer -vo none'
alias up='sudo apt-get update && sudo apt-get upgrade'
export csesoc='[email protected]'
export unicsesoc='[email protected]'
export alioth='[email protected]'
alias :q='exit'
alias :x='exit'
alias svim='sudo vim'
alias todoc='todo +children'
alias mapus='setxkbmap us'
alias mapdvp='setxkbmap -layout us -variant dvp'