.profile.common

changeset 851
b8501cb649b6
parent 837
b3e5b49e29c3
child 890
fe8cbacbbb5d
equal deleted inserted replaced
850:5ebdbddeafde 851:b8501cb649b6
19 export DEVEL_REPL_PROFILE='Standard' 19 export DEVEL_REPL_PROFILE='Standard'
20 20
21 export ASDF_CONCURRENCY='2' 21 export ASDF_CONCURRENCY='2'
22 export RUBY_EXTRA_CONFIGURE_OPTIONS="--enable-shared --enable-install-doc" 22 export RUBY_EXTRA_CONFIGURE_OPTIONS="--enable-shared --enable-install-doc"
23 23
24 if [ -d ~/perl5/lib ]; then
25 eval "$(perl -Mlocal::lib)"
26 fi
27
28 if [ -d ~/.asdf ]; then
29 source ~/.asdf/asdf.sh
30 fi
31
24 alias l='ls -lFh' #size,show type,human readable 32 alias l='ls -lFh' #size,show type,human readable
25 alias la='ls -lAFh' #long list,show almost all,show type,human readable 33 alias la='ls -lAFh' #long list,show almost all,show type,human readable
26 alias lt='ls -ltFh' #long list,sorted by date,show type,human readable 34 alias lt='ls -ltFh' #long list,sorted by date,show type,human readable
27 alias ll='ls -l' #long list 35 alias ll='ls -l' #long list
28 alias rm='rm -i' 36 alias rm='rm -i'
34 42
35 alias tmux-env='eval "$(tmux show-environment -s)"' 43 alias tmux-env='eval "$(tmux show-environment -s)"'
36 alias :e=vim 44 alias :e=vim
37 alias :q=exit 45 alias :q=exit
38 46
39 if [ -d ~/.asdf ]; then
40 source ~/.asdf/asdf.sh
41 fi
42
43 if [ -f ~/.profile.common.local ]; then 47 if [ -f ~/.profile.common.local ]; then
44 source ~/.profile.common.local 48 source ~/.profile.common.local
45 fi 49 fi

mercurial