mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 17:52:26 +00:00
More bash bits
This commit is contained in:
@@ -5,4 +5,5 @@ else
|
||||
alias ls="ls -F --color=auto"
|
||||
fi
|
||||
|
||||
alias tma="tmux attach"
|
||||
alias t='(tmux has-session 2>/dev/null && tmux attach) || (tmux new-session)'
|
||||
alias tma="tmux attach"
|
||||
Reference in New Issue
Block a user