feat: fish alias for git
This commit is contained in:
parent
e51404f42b
commit
e21b930344
@ -7,6 +7,14 @@ set -gx EDITOR vi
|
|||||||
set -gx VISUAL vi
|
set -gx VISUAL vi
|
||||||
set -gx TERM foot
|
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
|
# Proper PATH handling
|
||||||
fish_add_path $HOME/.local/bin
|
fish_add_path $HOME/.local/bin
|
||||||
fish_add_path $HOME/.cargo/bin
|
fish_add_path $HOME/.cargo/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user