add bash aliases for tmux
This commit is contained in:
@@ -17,12 +17,17 @@ declare -A aliases=(
|
|||||||
["ll"]="ls -l"
|
["ll"]="ls -l"
|
||||||
["ed"]="$EDITOR"
|
["ed"]="$EDITOR"
|
||||||
["c"]="clear"
|
["c"]="clear"
|
||||||
["t"]="tmux"
|
|
||||||
["pacman"]="pacman --color auto"
|
["pacman"]="pacman --color auto"
|
||||||
["yay"]="yay --color auto"
|
["yay"]="yay --color auto"
|
||||||
["q"]="exit"
|
["q"]="exit"
|
||||||
["tree"]="tree -C"
|
["tree"]="tree -C"
|
||||||
|
|
||||||
|
# Tmux
|
||||||
|
["t"]="tmux"
|
||||||
|
["tl"]="tmux ls"
|
||||||
|
["ta"]="tmux attach"
|
||||||
|
["tn"]="tmux new-session"
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
["g"]="git"
|
["g"]="git"
|
||||||
["ga"]="git add"
|
["ga"]="git add"
|
||||||
|
|||||||
Reference in New Issue
Block a user