mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
aliases: add gl5 and pvim
This commit is contained in:
parent
d9083b94d1
commit
b0f343cd27
|
@ -66,7 +66,9 @@ alias ssh1="ssh -o ControlMaster=no"
|
||||||
|
|
||||||
# git: useful_stuff
|
# git: useful_stuff
|
||||||
alias git_sort_branches_by_date="git for-each-ref --sort=committerdate refs/heads/ --format='%(committerdate:short) %(refname:short)'"
|
alias git_sort_branches_by_date="git for-each-ref --sort=committerdate refs/heads/ --format='%(committerdate:short) %(refname:short)'"
|
||||||
|
alias gl5='git log -n 5'
|
||||||
|
|
||||||
|
alias pvim='poetry run vim'
|
||||||
|
|
||||||
# grc: try to source the definitions file in /etc/grc.zsh (print a warning if it does not exist)
|
# grc: try to source the definitions file in /etc/grc.zsh (print a warning if it does not exist)
|
||||||
if [[ -f /etc/grc.zsh ]] ; then
|
if [[ -f /etc/grc.zsh ]] ; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user