dotfiles/fish/config.fish

41 lines
1.6 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
fish_add_path -a /opt/homebrew/bin "/opt/homebrew/sbin"
fish_add_path ~/Library/bin
fish_add_path ~/Library/Application\ Support/Cargo/bin
fish_add_path ~/.dotnet/tools
fish_add_path ~/Library/Application\ Support/Go/bin
set -gx HOMEBREW_PREFIX "/opt/homebrew";
set -gx HOMEBREW_CELLAR "/opt/homebrew/Cellar";
set -gx HOMEBREW_REPOSITORY "/opt/homebrew";
set -q MANPATH; or set MANPATH ''; set -gx MANPATH "/opt/homebrew/share/man" $MANPATH;
set -q INFOPATH; or set INFOPATH ''; set -gx INFOPATH "/opt/homebrew/share/info" $INFOPATH;
#eval (/opt/homebrew/bin/brew shellenv)
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