myshellconfig/myshell_load_fortmpconfig
Jakobus Schürz 1ffb8da44a export WORK
2020-01-30 16:12:50 +01:00

13 lines
227 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