34 export SUDO_EDITOR=$HOME/bin/privim |
30 export SUDO_EDITOR=$HOME/bin/privim |
35 export LESS='Ri' |
31 export LESS='Ri' |
36 export GPG_TTY="$(tty)" |
32 export GPG_TTY="$(tty)" |
37 |
33 |
38 export PERL_CPANM_OPT='-nq --prompt' |
34 export PERL_CPANM_OPT='-nq --prompt' |
39 |
|
40 export ASDF_CONCURRENCY='2' |
|
41 export RUBY_EXTRA_CONFIGURE_OPTIONS="--enable-shared --enable-install-doc" |
|
42 |
35 |
43 alias l='ls -lFh' #size,show type,human readable |
36 alias l='ls -lFh' #size,show type,human readable |
44 alias la='ls -lAFh' #long list,show almost all,show type,human readable |
37 alias la='ls -lAFh' #long list,show almost all,show type,human readable |
45 alias lt='ls -ltFh' #long list,sorted by date,show type,human readable |
38 alias lt='ls -ltFh' #long list,sorted by date,show type,human readable |
46 alias ll='ls -l' #long list |
39 alias ll='ls -l' #long list |