.profile.common

changeset 835
49826fe1c850
parent 756
8bc91181db9d
child 837
b3e5b49e29c3
equal deleted inserted replaced
833:b47cbc3b5db1 835:49826fe1c850
18 export DEVEL_REPL_PROFILE='Standard' 18 export DEVEL_REPL_PROFILE='Standard'
19 19
20 export ASDF_CONCURRENCY='2' 20 export ASDF_CONCURRENCY='2'
21 export RUBY_EXTRA_CONFIGURE_OPTIONS="--enable-shared --enable-install-doc" 21 export RUBY_EXTRA_CONFIGURE_OPTIONS="--enable-shared --enable-install-doc"
22 22
23 alias l='ls -lFh' #size,show type,human readable
24 alias la='ls -lAFh' #long list,show almost all,show type,human readable
25 alias lt='ls -ltFh' #long list,sorted by date,show type,human readable
26 alias ll='ls -l' #long list
27 alias rm='rm -i'
28 alias cp='cp -i'
29 alias mv='mv -i'
30
23 alias hgcd='cd $(hg root)' 31 alias hgcd='cd $(hg root)'
24 alias gcd='cd "$(git rev-parse --show-toplevel)"' 32 alias gcd='cd "$(git rev-parse --show-toplevel)"'
25 33
26 alias tmux-env='eval "$(tmux show-environment -s)"' 34 alias tmux-env='eval "$(tmux show-environment -s)"'
27 alias :e=vim 35 alias :e=vim

mercurial