mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
added all shell configuration files
This commit is contained in:
10
shell/tmux.sh
Normal file
10
shell/tmux.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# Aliases
|
||||
alias tm="tmux"
|
||||
alias tma="tm att"
|
||||
alias tmn="tm new"
|
||||
alias tml="tm ls"
|
||||
|
||||
# Tmux Completion
|
||||
if [ -f "/usr/local/etc/bash_completion.d/tmux" ]; then
|
||||
source "/usr/local/etc/bash_completion.d/tmux"
|
||||
fi
|
||||
Reference in New Issue
Block a user