From 3518ba059ff981760850c161f4d1d260fef89b2e Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 2 Dec 2024 15:52:31 -0500 Subject: [PATCH] feat: adds swift aliases. --- zsh/config/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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