mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 12:26:05 -05:00
Add fish config
This commit is contained in:
parent
625d22c8c3
commit
6f9f722b5f
7
lain/.config/fish/config.fish
Normal file
7
lain/.config/fish/config.fish
Normal 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
|
Loading…
Reference in New Issue
Block a user