mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
Added git alias
This commit is contained in:
parent
17d2e02bbb
commit
abfbd2a1cd
@ -40,6 +40,9 @@ alias l="exa -al"
|
||||
# vifm alias
|
||||
alias vifm="vifmrun"
|
||||
|
||||
# git alaises
|
||||
alias gpoat="git push origin --all && git push origin --tags"
|
||||
|
||||
# Set fzf keybindings here for now as they don't work with stable version of omf https://github.com/jethrokuan/fzf/issues/109
|
||||
bind \co '__fzf_find_file'
|
||||
bind \cr '__fzf_reverse_isearch'
|
||||
|
Loading…
Reference in New Issue
Block a user