fish: Add a dedicated alias file.

This commit is contained in:
2026-07-04 14:40:02 -04:00
parent b714384b0e
commit 0dd270e9e6
3 changed files with 4 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
alias cp='cp -v'
alias vi=nvim
alias vim=nvim
alias tmx='tmux new-session -A -s'

View File

@@ -1,3 +0,0 @@
function tmx --description 'Attach to a tmux session, creating it if needed'
tmux new-session -A -s $argv[1]
end

View File

@@ -1,3 +0,0 @@
function vim --wraps=nvim
nvim $argv
end