mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-07 04:50:21 +00:00
chore: disable antigen tmux, add xdg-ninja alias
This commit is contained in:
@@ -56,7 +56,7 @@ load_antigen()
|
|||||||
antigen bundle ssh-agent
|
antigen bundle ssh-agent
|
||||||
antigen bundle gpg-agent
|
antigen bundle gpg-agent
|
||||||
antigen bundle brew
|
antigen bundle brew
|
||||||
antigen bundle tmux
|
# antigen bundle tmux
|
||||||
antigen bundle colored-man-pages
|
antigen bundle colored-man-pages
|
||||||
antigen bundle zsh-users/zsh-completions
|
antigen bundle zsh-users/zsh-completions
|
||||||
antigen bundle eza
|
antigen bundle eza
|
||||||
|
|||||||
@@ -61,6 +61,9 @@ alias ta='tmux attach || tmux'
|
|||||||
alias nvim-ks='NVIM_APPNAME="nvim-kickstart" nvim'
|
alias nvim-ks='NVIM_APPNAME="nvim-kickstart" nvim'
|
||||||
alias ks='NVIM_APPNAME="nvim-kickstart" nvim'
|
alias ks='NVIM_APPNAME="nvim-kickstart" nvim'
|
||||||
|
|
||||||
|
# xdg-ninja aliases for better experience
|
||||||
|
alias xdg='xdg-ninja --skip-ok --skip-unsupported'
|
||||||
|
|
||||||
# watch with: differences, precise, beep and color
|
# watch with: differences, precise, beep and color
|
||||||
alias watchx='watch -dpbc'
|
alias watchx='watch -dpbc'
|
||||||
# delete .DS_Store files
|
# delete .DS_Store files
|
||||||
|
|||||||
Reference in New Issue
Block a user