Dotfiles update 2025-12-27 22:01

This commit is contained in:
Aaron D. Lee
2025-12-27 22:01:41 -05:00
parent e28659c180
commit cd8dade58b
3 changed files with 16 additions and 2 deletions

View File

@@ -29,3 +29,7 @@ fi
# --- Suspend/hibernate helpers ---
alias suspend='systemctl suspend'
alias hibernate='systemctl hibernate'
# --- Use neovim on laptops / vim on servers ---
alias vim="nvim"
alias vimc="/usr/bin/vim"