Skip to content

Commit 35efbf7

Browse files
authored
Update .zshrc
1 parent 6834d58 commit 35efbf7

File tree

1 file changed

+4
-1
lines changed
  • provisioning/roles/zsh/files

1 file changed

+4
-1
lines changed

provisioning/roles/zsh/files/.zshrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,12 @@ alias gp="git pull origin"
8484
alias ga="git commit --amend --no-edit"
8585

8686
function gf {
87-
git push -f origin \"$(git rev-parse --abbrev-ref HEAD)\"
87+
git push -f origin "$(git rev-parse --abbrev-ref HEAD)"
8888
}
8989

90+
alias gss="git stash"
91+
alias gsa="git stash apply"
92+
9093

9194
#########
9295
# In order to not to have to type rehash each

0 commit comments

Comments
 (0)