1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 09:19:25 +00:00

Move aliases to the bottom

This commit is contained in:
Sorin Ionescu
2012-07-03 13:50:25 -04:00
parent 129a2acb07
commit d0bc126d01
2 changed files with 7 additions and 9 deletions

View File

@ -6,10 +6,6 @@
# Colin Hebert <hebert.colin@gmail.com>
#
# Aliases
alias ta="tmux attach-session"
alias tl="tmux list-sessions"
# Auto Start
if [[ -z "$TMUX" ]] && zstyle -t ':omz:module:tmux' auto-start; then
tmux_session='#OMZ'
@ -32,3 +28,6 @@ if [[ -z "$TMUX" ]] && zstyle -t ':omz:module:tmux' auto-start; then
exec tmux new-session -t "$tmux_session"
fi
# Aliases
alias ta="tmux attach-session"
alias tl="tmux list-sessions"