1
1
Fork 0

Add flc as alias for "fossil changes --differ"

This commit is contained in:
Jonathan Schleifer 2020-05-24 17:30:58 +00:00
parent 3475b60493
commit bb3d7920de
2 changed files with 2 additions and 0 deletions

1
zshrc
View file

@ -205,6 +205,7 @@ alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"
if which fossil &>/dev/null; then
alias fl="fossil"
alias flc="fossil changes --differ"
fld() {
if which colordiff &>/dev/null; then