use micro instead of nano
This commit is contained in:
parent
2ddfa357e4
commit
c8c0861870
1 changed files with 2 additions and 1 deletions
|
@ -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'"
|
||||
|
|
Reference in a new issue