mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-19 03:37:55 +00:00
Edit config
This commit is contained in:
12
alias/zsh_aliases
Normal file
12
alias/zsh_aliases
Normal file
@@ -0,0 +1,12 @@
|
||||
alias vim="nvim"
|
||||
alias untar="tar xvf"
|
||||
alias uz="unzip"
|
||||
alias yz="yazi"
|
||||
alias tf="terraform"
|
||||
alias ap-key="cat ~/.myconfig/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"
|
||||
Reference in New Issue
Block a user