| author | Tomas Zeman <tomas@functionals.cz> |
| Mon, 27 Apr 2020 22:23:42 +0200 | |
| changeset 58 | b36c5ed3c360 |
| parent 57 | a0dd1720c796 |
| child 59 | a3e588dcdcb3 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/.bashrc.t450 Mon Apr 27 22:23:42 2020 +0200 @@ -0,0 +1,18 @@ +alias xpdf="xpdf -rv" +alias feh="feh -d" + +PS1='[\u@\h \W \D{%F %T}]\n\$ ' + +export HISTSIZE=5000 +export HISTFILESIZE=5000 + +# my locale +export LC_CTYPE=cs_CZ.UTF-8 +unset LC_ALL + +export EDITOR=vim +export HGEDITOR=$HOME/bin/hgeditor + +eval `dircolors $HOME/.dir_colors` + +eval `keychain --eval --agents ssh,gpg`