Add flc as alias for "fossil changes --differ"
This commit is contained in:
parent
3475b60493
commit
bb3d7920de
2 changed files with 2 additions and 0 deletions
1
zshrc
1
zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue