.profile.common

changeset 988
c74a9716d606
parent 890
fe8cbacbbb5d
child 991
a925474b9558
equal deleted inserted replaced
987:556f618e117a 988:c74a9716d606
38 alias mv='mv -i' 38 alias mv='mv -i'
39 39
40 alias hgcd='cd $(hg root)' 40 alias hgcd='cd $(hg root)'
41 alias gcd='cd "$(git rev-parse --show-toplevel)"' 41 alias gcd='cd "$(git rev-parse --show-toplevel)"'
42 42
43 vg() {
44 vim +copen -q <(ag --vimgrep "${@:?No pattern provided.}")
45 }
46
43 alias tmux-env='eval "$(tmux show-environment -s)"' 47 alias tmux-env='eval "$(tmux show-environment -s)"'
44 alias :e=vim 48 alias :e=vim
45 alias :q=exit 49 alias :q=exit
46 50
47 if [ -f ~/.profile.common.local ]; then 51 if [ -f ~/.profile.common.local ]; then

mercurial