tmux aliases and nvim lua auto commands

This commit is contained in:
2024-02-03 07:16:41 +01:00
parent 38fe2f7481
commit ff6bb86881
4 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,8 @@
alias v=nvim
alias ll='ls -l'
alias ta='tmux attach -t'
alias tl='tmux list-sessions'
alias tn='tmux new -s'
if which exa > /dev/null; then
alias ls='exa --icons'