diff options
Diffstat (limited to 'users/wpcarro/dotfiles')
-rw-r--r-- | users/wpcarro/dotfiles/config.fish | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/users/wpcarro/dotfiles/config.fish b/users/wpcarro/dotfiles/config.fish index 7c110190fb99..df88c908d9f4 100644 --- a/users/wpcarro/dotfiles/config.fish +++ b/users/wpcarro/dotfiles/config.fish @@ -7,11 +7,12 @@ alias tpr 'tput reset' alias ls 'exa --sort=type' alias ll 'exa --long --sort=type' alias la 'exa --long --all --sort=type' -alias gst 'git status' -alias gsh 'git show HEAD' -alias gpf 'git push --force-with-lease' -alias glp 'git log --pretty --oneline --graph' alias gd 'git diff' +alias glp 'git log --pretty --oneline --graph' +alias gpf 'git push --force-with-lease' +alias gpr 'git push --rebase' +alias gsh 'git show HEAD' +alias gst 'git status' alias edit 'emacsclient -n' # fs navigation alias d 'cd /depot' |