From c8c08618706079af81c605218e7b86a3e432245a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 22 Mar 2022 12:10:40 +0100 Subject: [PATCH] use micro instead of nano --- installation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installation.sh b/installation.sh index 345a93f..dd39094 100644 --- a/installation.sh +++ b/installation.sh @@ -17,7 +17,7 @@ yay -Y --devel --save # dev package update -> enabled sudo sed -i "6s#.*#WaylandEnable=false#" /etc/gdm/custom.conf # === Fish === -sudo pacman -S fish bat exa --noconfirm +sudo pacman -S fish bat exa micro --noconfirm # Remove motd fish -c "set -U fish_greeting" # Reversed search @@ -70,6 +70,7 @@ fish -c "abbr vs 'code .'" fish -c "abbr untgz 'tar -xvzf'" fish -c "abbr - 'cd -'" fish -c "abbr cat 'bat'" +fish -c "abbr nano 'micro'" fish -c "abbr bigupdate 'yay -Syu --noconfirm && tldr --update && echo \'y\' | sdk upgrade java'" fish -c "abbr d 'nautilus . -w &> /dev/null & disown'" fish -c "abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify &> /dev/null & disown'"