myshellconfig/myshell_load_fortmpconfig
2020-01-22 10:54:21 +01:00

13 lines
220 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
WORK=~/Work