diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index 0b84f0e..9a8f69b 100755 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -183,9 +183,12 @@ alias pf='pass fzf' # fuzzy find a password quickly and copy alias pg='gopass show' # get an attribute of a password file quickly. alias pgc='gopass show --clip' # get an attribute of a password file and copy to the clipboard. alias reload='exec zsh -l' # reload the shell, useful when making changes. +alias s='swift' # shorthand to access swift commands +alias st='swift test' # swift test +alias sb='swift build' # swift build alias t='tmux' # access tmux quickly alias tka='tmux kill-server' # kill tmux server and all sessions. -alias ts='$SCRIPTS/tmux-sessionator' # create new tmux session, fuzzy finding common locations. +alias ts='$SCRIPTS/tmux-sessionator' # create new tmux session, fuzzy finding common locations. alias tss='$SCRIPTS/tmux-sessionator --choose' # attach to an existing tmux session. alias tls='tmux list-sessions' # list tmux sessions alias tks='tmux kill-session -t' # kill tmux session