added convenient alias for i3-config updator

This commit is contained in:
Wryn Wagner 2021-09-23 11:16:41 -06:00
parent 6c8022eb97
commit 2865cd94d4

View File

@ -14,6 +14,8 @@ alias cdo='cd $(xclip -o)'; # [cd] to directory [o]n clipboard
alias readable-date='date +"%A %B %d, %Y"' alias readable-date='date +"%A %B %d, %Y"'
alias fix='vim $(git diff --name-only | uniq) -p' alias fix='vim $(git diff --name-only | uniq) -p'
alias i3-config-update="$DOTWRYN/bin/i3/update-local-config"
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
alias erg='EDIT_RIP_GREP_FILE_MATCHES'; alias erg='EDIT_RIP_GREP_FILE_MATCHES';