vimplugins and bashplugins should be sourced from a symlink, it is more flexible that way
This commit is contained in:
parent
b35653a0d6
commit
be1be078cf
5 changed files with 82 additions and 79 deletions
2
bashrc
2
bashrc
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue