1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-02-16 05:46:41 -05:00
dotfiles/lain/.config/fish/config.fish
2018-11-30 22:00:45 -05:00

9 lines
247 B
Fish

### Environment Variables ###
set -U fish_greeting
set -U fish_user_paths ~/.local/bin
# Use all cores for make by default
set -gx MAKEFLAGS -j(nproc)
# TTY for gpg pinentry
set -gx GPG_TTY (tty)
gpg-connect-agent updatestartuptty /bye >/dev/null