source grc rc-file
This commit is contained in:
parent
faa0dacc0a
commit
35b236612c
2 changed files with 3 additions and 12 deletions
|
@ -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'; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue