myshellconfig/myshell_load_fortmpconfig
2020-03-04 10:47:05 +01:00

15 lines
240 B
Bash

#!/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
export WORK=~/Work
turnoffbeep