dotfiles/fish/config.fish

31 lines
1.2 KiB
Fish

set -x NNN_FCOLORS '0a0b060200050e080d010509'
set -x EDITOR nvim
set -gx HAXE_STD_PATH "/opt/homebrew/lib/haxe/std"
set -g theme_display_user yes
set -g theme_display_hostname yes
set -g theme_newline_cursor yes
set -g theme_color_scheme gruvbox
set -g theme_show_exit_status yes
eval (/opt/homebrew/bin/brew shellenv)
fish_add_path -P -m ~/Library/bin
fish_add_path ~/.dotnet/tools
if status is-interactive
# Commands to run in interactive sessions can go here
end
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
set -q XDG_DATA_HOME; or set -x XDG_DATA_HOME "/Users/nullobsi/Library/Application Support"
set -q XDG_CONFIG_HOME; or set -x XDG_CONFIG_HOME "/Users/nullobsi/Library/Application Config"
set -q XDG_CACHE_HOME; or set -x XDG_CACHE_HOME "/Users/nullobsi/Library/Caches"
if [ -f "/Users/nullobsi/Library/Application Support/antidot/env.fish" ]; source "/Users/nullobsi/Library/Application Support/antidot/env.fish"; end
if [ -f "/Users/nullobsi/Library/Application Support/antidot/alias.fish" ]; source "/Users/nullobsi/Library/Application Support/antidot/alias.fish"; end
set -x SSH_AUTH_SOCK $GNUPGHOME/S.gpg-agent.ssh