1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 20:59:26 +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

@ -5,11 +5,6 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Aliases
alias sl="screen -list"
alias sn="screen -U -S"
alias sr="screen -a -A -U -D -R"
# Auto Start
if [[ -z "$STY" ]] && zstyle -t ':omz:module:screen' auto-start; then
session="$(
@ -25,3 +20,7 @@ if [[ -z "$STY" ]] && zstyle -t ':omz:module:screen' auto-start; then
fi
fi
# Aliases
alias sl="screen -list"
alias sn="screen -U -S"
alias sr="screen -a -A -U -D -R"