dotfiles/fish/.config/fish/config.fish

29 lines
624 B
Fish
Raw Normal View History

2018-07-22 19:39:58 +00:00
status --is-login; and status --is-interactive; and exec byobu-launcher
2018-08-05 14:25:24 +00:00
set -xg EDITOR nvim
2018-07-22 19:39:58 +00:00
set -g theme_nerd_fonts yes
set -g theme_color_scheme dark
set -g theme_display_date no
2018-08-08 18:55:26 +00:00
if test -d ~/Maildir
set -x MAIL ~/Maildir
end
if test -d /usr/local/go
set -x GOPATH (/usr/local/go/bin/go env GOPATH)
end
set user_paths ~/bin /usr/local/go/bin ~/.yarn/bin $GOPATH/bin ~/.local/bin ~/.cargo/bin /snap/bin
for path in $user_paths
if test -d $path
set -x fish_user_paths $fish_user_paths $path
end
end
2018-07-22 19:39:58 +00:00
2018-07-30 23:56:18 +00:00
set -x SSH_AGENT_PID ""
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
2018-08-05 14:07:29 +00:00
set -x BBJ_USER $USER