diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-03-02 14:01:54 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-03-02 14:01:54 -0600 |
commit | 1374dcbdf39d9a7078daab775c072a7ae7e42318 (patch) | |
tree | e6f263040d58d3c4a483478042cd0e58618fcd9a /sh | |
parent | Remove lvim, add macos stuff now that I'm using nix on it (diff) | |
download | dotfiles-1374dcbdf39d9a7078daab775c072a7ae7e42318.tar dotfiles-1374dcbdf39d9a7078daab775c072a7ae7e42318.tar.gz dotfiles-1374dcbdf39d9a7078daab775c072a7ae7e42318.tar.bz2 dotfiles-1374dcbdf39d9a7078daab775c072a7ae7e42318.tar.lz dotfiles-1374dcbdf39d9a7078daab775c072a7ae7e42318.tar.xz dotfiles-1374dcbdf39d9a7078daab775c072a7ae7e42318.tar.zst dotfiles-1374dcbdf39d9a7078daab775c072a7ae7e42318.zip |
add lvim properly back
Diffstat (limited to 'sh')
-rw-r--r-- | sh/.config/shell/aliasrc | 3 | ||||
l--------- | sh/.zprofile | 1 |
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 |