Skip to content

Commit

Permalink
Add alias for git diff on bare dotfile repo
Browse files Browse the repository at this point in the history
+ cdiff -> cfg diff
  • Loading branch information
Zonric committed Feb 10, 2023
1 parent a1f0a2e commit 4e12593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/alias
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ alias pacs="pacman -Ss" \
grep="grep --color=auto" \
icat="kitty icat" \
cfg="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME" \
cdiff="cfg diff" \
pacman="pacman --color=auto" \
vim="nvim" \

0 comments on commit 4e12593

Please sign in to comment.