diff options
-rw-r--r-- | aliases | 1 | ||||
-rw-r--r-- | environment | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,7 @@ f() { noglob bc -l <<< "scale=1;($@-32)*5/9" } +alias pacman="PATH=$ORIG_PATH pacman" alias sudo="sudo " alias monut=mount alias pamcan=pacman diff --git a/environment b/environment index 44c9e67..ff17c0a 100644 --- a/environment +++ b/environment @@ -2,6 +2,8 @@ export GPG_TTY=$(tty) export EDITOR=/usr/bin/vim +export ORIG_PATH="$PATH" +export PATH="/opt/sbase/bin/:$PATH" if hash clang 2>/dev/null; then export CC=clang |