From 3c7b3736642a9c1addd27ca3a653348189f6ea6e Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 25 Jul 2024 21:49:19 +0200 Subject: [PATCH] Update config.fish --- fish/.config/fish/config.fish | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index e8fc087..0933bfd 100755 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -154,7 +154,6 @@ alias dir 'dir --color=auto' alias grep 'ugrep --color=auto' alias egrep 'ugrep -E --color=auto' alias fgrep 'ugrep -F --color=auto' -alias grubup 'sudo update-grub' alias hw 'hwinfo --short' # Hardware Info alias ip 'ip -color' alias psmem 'ps auxf | sort -nr -k 4' @@ -163,8 +162,4 @@ alias tarnow 'tar -acf ' alias untar 'tar -zxvf ' alias vdir 'vdir --color=auto' alias wget 'wget -c ' -alias vi nvim alias stow 'stow --dotfiles -d ~/.dotfiles ' - -# Get the error messages from journalctl -alias jctl 'journalctl -p 3 -xb'