mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 10:57:57 +00:00
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
|
|
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"
|