Add gp shell alias
This commit is contained in:
parent
3e1e8ce353
commit
3e2d61f54f
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ alias tmux='tmux -2'
|
||||||
alias w='watch -t -d -n 1'
|
alias w='watch -t -d -n 1'
|
||||||
alias wmu='wake-me-up'
|
alias wmu='wake-me-up'
|
||||||
alias tmfa='tmux-fzf'
|
alias tmfa='tmux-fzf'
|
||||||
|
alias gp='git push $(git remote | fzf --select-1 --preview='"'ls -l'"') $(git rev-parse --abbrev-ref HEAD)'
|
||||||
|
|
||||||
bat_theme() {
|
bat_theme() {
|
||||||
if [ -e $HOME/.dark ]
|
if [ -e $HOME/.dark ]
|
||||||
|
|
Loading…
Reference in a new issue