Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ function installApps {
helix
less
lua-language-server
neofetch
neovim
ripgrep
starship
Expand Down
7 changes: 0 additions & 7 deletions fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading