mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 20:27:22 -05:00
8 lines
226 B
Fish
8 lines
226 B
Fish
|
### Environment Variables ###
|
||
|
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
|