From 1374dcbdf39d9a7078daab775c072a7ae7e42318 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 2 Mar 2023 14:01:54 -0600 Subject: add lvim properly back --- sh/.config/shell/aliasrc | 3 ++- sh/.zprofile | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 sh/.zprofile (limited to 'sh') 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 -- cgit v1.2.3