From e12c2428cbed27fbabc413515f14347c76e6c857 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 16 Jul 2024 09:41:11 +0200 Subject: [PATCH] Added Stow alias --- fish/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 0fe41a3..fb9d939 100755 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -151,7 +151,7 @@ alias untar 'tar -zxvf ' alias vdir 'vdir --color=auto' alias wget 'wget -c ' alias vi 'nvim' -alias stow 'stow -d ~/.dotfiles ' +alias stow 'stow --dotfiles -d ~/.dotfiles ' # Get the error messages from journalctl alias jctl 'journalctl -p 3 -xb'