myshellconfig/myshell_load_fortmpconfig

16 lines
240 B
Text
Raw Normal View History

2020-01-22 10:47:19 +01:00
#!/bin/bash
# load this in temporary config and also in myshellconfig permanent
if [ -d "${HOME}/bin" ] ; then
pathmunge "${HOME}/bin"
export PATH
fi
if [ -f ~/.aliases ]; then
. ~/.aliases
fi
2020-01-30 16:12:50 +01:00
export WORK=~/Work
2020-03-04 10:47:05 +01:00
turnoffbeep