update yubikey script for lazygit
This commit is contained in:
parent
001aab419c
commit
836e9d3a61
2 changed files with 4 additions and 3 deletions
|
|
@ -16,4 +16,4 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Now run the Git command passed to the script
|
# Now run the Git command passed to the script
|
||||||
git "$@"
|
"$@"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,8 @@ alias pwsh='pwsh -NoLogo'
|
||||||
alias pbpaste='xclip -selection clipboard -o'
|
alias pbpaste='xclip -selection clipboard -o'
|
||||||
alias ls='eza'
|
alias ls='eza'
|
||||||
alias ll='eza -l'
|
alias ll='eza -l'
|
||||||
alias lg='lazygit'
|
alias lg='~/.config/scripts/yubikey.sh lazygit'
|
||||||
|
alias lazygit='~/.config/scripts/yubikey.sh lazygit'
|
||||||
alias tree='eza -T'
|
alias tree='eza -T'
|
||||||
alias cat='bat -P'
|
alias cat='bat -P'
|
||||||
alias network='nmtui'
|
alias network='nmtui'
|
||||||
|
|
@ -20,4 +21,4 @@ alias gc='git commit -a'
|
||||||
alias gd='git diff'
|
alias gd='git diff'
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
alias bw='NODE_OPTIONS="--no-deprecation" bw'
|
alias bw='NODE_OPTIONS="--no-deprecation" bw'
|
||||||
alias git='~/.config/scripts/yubikey.sh'
|
alias git='~/.config/scripts/yubikey.sh git'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue