mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-28 05:27:06 -05:00
9 lines
247 B
Fish
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
|