mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 10:57:57 +00:00
NackerNvim script install
This commit is contained in:
16
macos/zsh_aliases
Normal file
16
macos/zsh_aliases
Normal file
@@ -0,0 +1,16 @@
|
||||
alias add-alias="vim ~/.dotfiles/macos/zsh_aliases"
|
||||
alias vim="nvim"
|
||||
alias untar="tar xvf"
|
||||
alias uz="unzip"
|
||||
alias yz="yazi"
|
||||
alias tf="terraform"
|
||||
alias ap-key="cat ~/.ssh/id_ed25519.pub"
|
||||
alias tfp="tf plan"
|
||||
alias tfa="tf apply"
|
||||
alias tfd="tf destroy"
|
||||
alias ga="git add ."
|
||||
alias gc='git commit -m'
|
||||
alias gp="git push"
|
||||
alias T="tmux attach -t Work || tmux new -s Work"
|
||||
alias t-help="~/.dotfiles/sh/./tmux-help"
|
||||
alias ccom="sudo minicom -b $1 -D /dev/tty$2 "
|
||||
Reference in New Issue
Block a user