summaryrefslogtreecommitdiff
path: root/zsh/zprofile.G3N2
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-09-03 14:53:07 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-09-03 14:53:07 -0500
commitbee1045917bec003cd44dffbae6e8d02a589e448 (patch)
tree3b7e8ce46ad713bbfd5e9331c44df82e8e439e33 /zsh/zprofile.G3N2
parent0d2585f5d5dbbba5a0df1d30fd7f434d740a6d7e (diff)
downloaddotconfig-bee1045917bec003cd44dffbae6e8d02a589e448.tar.xz
dotconfig-bee1045917bec003cd44dffbae6e8d02a589e448.zip
changed loading of aliases to be more portable
Diffstat (limited to 'zsh/zprofile.G3N2')
-rw-r--r--zsh/zprofile.G3N24
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zprofile.G3N2 b/zsh/zprofile.G3N2
index 5aca0b9..eedd9d0 100644
--- a/zsh/zprofile.G3N2
+++ b/zsh/zprofile.G3N2
@@ -3,4 +3,8 @@
export WIFIDEV="wlp2s0f0u3"
export ETHEDEV="eno1"
export PATH="/home/timmy/scripts/pkgmgt/emerge:$PATH"
+alias \
+ e="sudo emerge" \
+ eaum="sudo emerge --autounmask-continue" \
+
source /home/timmy/.config/zsh/zprofile.base