Update fish aliases.

This commit is contained in:
Érico Nogueira 2021-10-13 01:25:37 -03:00
parent 73b076293a
commit bfe2d677a5
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ alias cargotmp='env CARGO_TARGET_DIR=/tmp/cargo/(basename (pwd)) cargo'
alias rebase-up='git pull upstream master --rebase --autostash'
alias gg='git grep'
function statusgit --argument show \
--description "Show git status for all directories in the current directory. Requires omf."
if test -z $show

View File

@ -31,7 +31,7 @@ alias weather='curl wttr.in/'
## Aliases for quick grepping
alias rgmod='lsmod | grep -i'
alias rug='ug --ignore-files --sort -r'
alias rug='ug --ignore-files --sort -nr'
function watchps --description "Watch process(es)"
set _p (pgrep -f "$argv[1]")