diff --git a/bootstrap.sh b/bootstrap.sh index 3f61bfa..ecf17de 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -119,7 +119,6 @@ function installApps { helix less lua-language-server - neofetch neovim ripgrep starship diff --git a/fish/config.fish b/fish/config.fish index 9056d2b..227d99d 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -73,10 +73,3 @@ if command -s starship > /dev/null bind --user -M insert \r transient_execute end -if status is-login - if command -q neofetch - neofetch - else - uptime - end -end