@ -5,6 +5,10 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
if (( ! $+commands[git] )); then
return 1
fi
# Source module files.
source "${0:h}/alias.zsh"
source "${0:h}/hub.zsh"
if (( ! $+commands[rsync] )); then
# Aliases
_rsync_cmd='rsync --verbose --progress --human-readable --compress --archive --hard-links --one-file-system'
if (( ! $+commands[screen] )); then
alias sl="screen -list"
alias sn="screen -U -S"
@ -6,6 +6,10 @@
# Colin Hebert <hebert.colin@gmail.com>
if (( ! $+commands[tmux] )); then
alias ta="tmux attach-session"
alias tl="tmux list-sessions"