1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

Add fish config

This commit is contained in:
Jack Foltz 2018-11-30 21:28:10 -05:00
parent 625d22c8c3
commit 6f9f722b5f
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -0,0 +1,7 @@
### 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