1
0
Fork 0

vimplugins and bashplugins should be sourced from a symlink, it is more flexible that way

This commit is contained in:
Von Random 2016-12-21 14:18:30 +03:00
parent b35653a0d6
commit be1be078cf
5 changed files with 82 additions and 79 deletions

2
bashrc
View file

@ -145,7 +145,7 @@ alias rscreen='command screen -Dr'
alias scr='command screen sudo -Es'
# }}}
# {{{ plugins and traps
plugins="${HOME}/vdotfiles/plugins.bash"
plugins="${HOME}/.bashplugins"
[[ -r "${plugins}" ]] && . "${plugins}"
# we want to see exit code on error (it also has to be the last entry here)