zshrc: Remove most fossil aliases again
That was a little bit too much...
This commit is contained in:
parent
e357aec58a
commit
04e59955ad
1 changed files with 1 additions and 3 deletions
4
zshrc
4
zshrc
|
@ -199,10 +199,8 @@ alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"
|
|||
|
||||
if which fossil &>/dev/null; then
|
||||
alias fsl="fossil"
|
||||
alias fsld="fossil diff"
|
||||
alias fsls="fossil status"
|
||||
|
||||
fsldc() {
|
||||
fsld() {
|
||||
fossil diff "$@" | vim -R -
|
||||
}
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue