Skip to content

Commit

Permalink
feat(fish): clean up conf.d dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aikow committed Jan 2, 2025
1 parent de124ba commit 5fd36b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions config/fish/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
# folder.
/completions
/fish_variables

/conf.d/*
!/conf.d/aliases.fish
!/conf.d/env.fish
!/conf.d/fzf.fish
!/conf.d/git_aliases.fish
6 changes: 0 additions & 6 deletions config/fish/conf.d/env.fish
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ set -gx VISUAL nvim
# Man pager
set -gx MANPAGER 'nvim +Man!'

# Neovide
set -gx NEOVIDE_MULTIGRID true

# Bat
set -gx BAT_THEME gruvbox-dark

# FZF
if command -q fd
set -gx FZF_DEFAULT_COMMAND 'fd --type file --follow --hidden --exclude .git --color=always'
Expand Down
3 changes: 0 additions & 3 deletions config/fish/conf.d/julia.fish

This file was deleted.

1 change: 0 additions & 1 deletion config/fish/conf.d/rustup.fish

This file was deleted.

0 comments on commit 5fd36b3

Please sign in to comment.