mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 02:47:56 +00:00
NackerNvim script install
This commit is contained in:
@@ -67,8 +67,10 @@ _lori_completion() {
|
|||||||
}
|
}
|
||||||
compdef _lori_completion lori
|
compdef _lori_completion lori
|
||||||
|
|
||||||
alias ..="cd .."
|
if [ -f ~/.dotfiles/macos/zsh_aliases ]; then
|
||||||
alias vm-manager="ssh -X root@10.10.0.254 virt-manager"
|
. ~/.dotfiles/macos/zsh_aliases
|
||||||
|
fi
|
||||||
|
|
||||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||||
PRELINE="\r\033[A"
|
PRELINE="\r\033[A"
|
||||||
|
|
||||||
|
|||||||
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 "
|
||||||
Submodule nackernvim updated: c95cedb35f...c33407ad0b
Reference in New Issue
Block a user