mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: adds swift aliases.
This commit is contained in:
@@ -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 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 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 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 t='tmux' # access tmux quickly
|
||||||
alias tka='tmux kill-server' # kill tmux server and all sessions.
|
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 tss='$SCRIPTS/tmux-sessionator --choose' # attach to an existing tmux session.
|
||||||
alias tls='tmux list-sessions' # list tmux sessions
|
alias tls='tmux list-sessions' # list tmux sessions
|
||||||
alias tks='tmux kill-session -t' # kill tmux session
|
alias tks='tmux kill-session -t' # kill tmux session
|
||||||
|
|||||||
Reference in New Issue
Block a user