[fish] Force myself to use `rg` instead of muscle-memoried `ag`

This commit is contained in:
Sebastian Schulze 2023-03-10 12:05:12 +01:00
parent 6590c7112f
commit 88d9667bc1
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ alias gf="git fetch -a && git rebase && git --no-pager today-all; commandline -
alias gcm="git checkout (git branch --format='%(refname:short)' | grep -E '^main|^master')"
alias gbb="set BRANCH=(git for-each-ref refs/heads/ --format='%(refname:short)' | fzf); git fetch origin {$BRANCH} && git checkout {$BRANCH}"
alias tdir="take (mktemp -d --suffix=.(basename (pwd)))"
alias ag=rg
# Abbreviations