feat: fish alias for git

This commit is contained in:
Fernando Araoz 2025-01-21 14:38:50 -05:00
parent e51404f42b
commit e21b930344

View File

@ -7,6 +7,14 @@ set -gx EDITOR vi
set -gx VISUAL vi
set -gx TERM foot
function git-push
git push github (git rev-parse --abbrev-ref HEAD)
end
function git-pull
git pull github develop --no-rebase
end
# Proper PATH handling
fish_add_path $HOME/.local/bin
fish_add_path $HOME/.cargo/bin