Make scripts globally available

master
Hektor Misplon 2020-05-08 16:08:53 +00:00
parent 5b47edb01b
commit 0a4b18f6ad
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
# load aliases dynamically
[ -f "$HOME/.aliasrc" ] && source "$HOME/.aliasrc"
# add ~/.bin to PATH
export PATH=~/.bin:$PATH
# prompt
bold=$(tput bold)
reset=$(tput sgr0)