summaryrefslogtreecommitdiffstats
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/.config/shell/aliasrc3
l---------sh/.zprofile1
2 files changed, 2 insertions, 2 deletions
diff --git a/sh/.config/shell/aliasrc b/sh/.config/shell/aliasrc
index 2abfdb7..fb1bfbf 100644
--- a/sh/.config/shell/aliasrc
+++ b/sh/.config/shell/aliasrc
@@ -34,7 +34,7 @@ alias \
du="dust -r" \
free="free -m" \
gdb='gdb -q -nh -x "$XDG_CONFIG_HOME/gdb/init' \
- yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"' \
+
# Colorize commands when possible.
alias \
ls="exa -aF --group-directories-first" \
@@ -54,6 +54,7 @@ alias \
sdn="sudo shutdown -h now" \
e="$EDITOR" \
v="$EDITOR" \
+ em="sudo emerge" \
p="sudo pacman" \
xi="sudo xbps-install" \
xr="sudo xbps-remove -R" \
diff --git a/sh/.zprofile b/sh/.zprofile
deleted file mode 120000
index 8486fca..0000000
--- a/sh/.zprofile
+++ /dev/null
@@ -1 +0,0 @@
-.config/shell/profile \ No newline at end of file