some changes
This commit is contained in:
parent
21924f1f04
commit
d0a4e59185
1 changed files with 10 additions and 9 deletions
15
config.fish
15
config.fish
|
@ -10,6 +10,7 @@ end
|
||||||
# ╰───────────────────────────────────────────────────╯
|
# ╰───────────────────────────────────────────────────╯
|
||||||
# ────────────────────────────────────────< sources >──────────────────────────────────────
|
# ────────────────────────────────────────< sources >──────────────────────────────────────
|
||||||
source $HOME/.config/fish/functions/git.fish
|
source $HOME/.config/fish/functions/git.fish
|
||||||
|
source $HOME/.config/fish/functions/tmux.fish
|
||||||
|
|
||||||
# ─────────────────────────────────< Environment-Variables >───────────────────────────────
|
# ─────────────────────────────────< Environment-Variables >───────────────────────────────
|
||||||
set -p EDITOR (which nvim)
|
set -p EDITOR (which nvim)
|
||||||
|
@ -211,13 +212,13 @@ starship init fish | source
|
||||||
enable_transience
|
enable_transience
|
||||||
end
|
end
|
||||||
|
|
||||||
#set colorscheme for bobthefish
|
set colorscheme for bobthefish
|
||||||
#if test -d $HOME/.config/fish/functions/
|
if test -d $HOME/.config/fish/functions/
|
||||||
# set -g theme_nerd_fonts yes
|
set -g theme_nerd_fonts yes
|
||||||
# set -g defaults_user ($USER)
|
set -g defaults_user ($USER)
|
||||||
# # available options: dark, light, solarized(-dark/-light), base16(-dark/-light), zenburn, gruvbox(-light), dracula, nord, catppuccin-(latte/frappe/macchiato/mocha)
|
# available options: dark, light, solarized(-dark/-light), base16(-dark/-light), zenburn, gruvbox(-light), dracula, nord, catppuccin-(latte/frappe/macchiato/mocha)
|
||||||
# set -g theme_color_scheme catppuccin-mocha
|
set -g theme_color_scheme catppuccin-mocha
|
||||||
#end
|
end
|
||||||
|
|
||||||
set -a TOOLBOX "$warnings
|
set -a TOOLBOX "$warnings
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue