diff options
Diffstat (limited to 'sh/.config/shell')
-rw-r--r-- | sh/.config/shell/aliasrc | 3 |
1 files changed, 2 insertions, 1 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" \ |