experiment to move everything before -> after

This commit is contained in:
Anton Volnuhin 2024-05-21 01:52:52 +03:00
parent 9d59ea97de
commit 68c0238eaf
2 changed files with 3 additions and 17 deletions

View File

@ -1,17 +0,0 @@
#!/usr/bin/env fish
# fish_plugins hash {{ include "private_dot_config/private_fish/fish_plugins" | sha256sum }}
set Green '\033[0;32m' # Green
set NC '\033[0m' # No Color
echo -e "
$Green###############################################################################
## ##
## Updating fisher plugins ##
## ##
###############################################################################$NC"
sleep 1
fisher update

View File

@ -219,6 +219,9 @@ then
sudo chsh -s $(command -v fish) $USER
fi
new_line "Installing fisher plugins"
fish -c "fisher update"
tput csr 0 $LINES
tput cup $LINES 0