1
0
Fork 0

source grc rc-file

This commit is contained in:
Von Random 2017-05-22 16:30:13 +03:00
parent faa0dacc0a
commit 35b236612c
2 changed files with 3 additions and 12 deletions

View file

@ -4,6 +4,9 @@ vscripts="${HOME}/vscripts"
completion_path='/usr/share/bash-completion/bash_completion'
[[ -r "${completion_path}" ]] && . "${completion_path}"
grc_rc='/etc/profile.d/grc.bashrc'
[[ -r "${grc_rc}" ]] && . "${grc_rc}"
# because fuck you thats' why
fuck() { echo 'no, fuck you'; }