dotfiles/dot_config/fish/config.fish.tmpl

19 lines
471 B
Cheetah

if status is-interactive
set -gx EDITOR nvim
set -gx LC_ALL en_US.UTF-8
set -gx LANG en_US.UTF-8
set -gx FZF_DEFAULT_COMMAND "fd --type file --color=always"
set -gx GOPATH $HOME/go
set -gx GPG_TTY $(tty)
set -gx CC clang
set -gx ZK_NOTEBOOK_DIR doc/notebook/
set -U fish_greeting
fish_add_path -g {{ .path }}
fish_vi_key_bindings
atuin init fish | source
zoxide init fish | source
starship init fish | source
end