mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-25 20:22:38 +02:00
Remove git home from .zsh_aliases
This commit is contained in:
parent
f39fdeb128
commit
d3998760bf
@ -82,9 +82,6 @@ alias gs="git status" # Compare any local changes you've made to t
|
|||||||
alias gr="git reset HEAD~" # Undo the last commit but keep your changed files
|
alias gr="git reset HEAD~" # Undo the last commit but keep your changed files
|
||||||
alias grr="git reset --hard HEAD~" # Remove the last commit and all changes with it
|
alias grr="git reset --hard HEAD~" # Remove the last commit and all changes with it
|
||||||
|
|
||||||
# Easily cd into the "home" directory of any repository you're working in
|
|
||||||
alias gh="cd `git rev-parse --show-toplevel`"
|
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
# Launch aliases (allow us to easily open external programs)
|
# Launch aliases (allow us to easily open external programs)
|
||||||
####################################################################
|
####################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user