General Fixes

Fixed issue where when opening a second terminal it'd open in the same
tmux session making it so that it's just a mirror of the first terminal.
Closing that terminal would close all terminals. Also added an alias to
vim which calls nvim
This commit is contained in:
2026-05-18 18:45:18 -04:00
parent 089fcab83b
commit 7c5152011a
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -17,6 +17,9 @@ alias cat="bat"
# Alias cd to z for zoxide
alias cd="z"
# Alias vim to nvim
alias vim="nvim"
############### END ALIASES ###############
############### BEGIN EXPORTS #############