From 04e59955ad2eb65dadde5f491cbade4ef14db69b Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 23 May 2020 15:33:15 +0000 Subject: [PATCH] zshrc: Remove most fossil aliases again That was a little bit too much... --- zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 66821ea..ba06d02 100644 --- a/zshrc +++ b/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