experiment to move everything before -> after
This commit is contained in:
parent
9d59ea97de
commit
68c0238eaf
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user