Skip to content

Instantly share code, notes, and snippets.

@aadibajpai
Created June 15, 2020 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aadibajpai/50cc8ccdac528a3fa216ccdf052c4efd to your computer and use it in GitHub Desktop.
Save aadibajpai/50cc8ccdac528a3fa216ccdf052c4efd to your computer and use it in GitHub Desktop.
fish config so in case I ever reset stuff I can copy paste ez
set -g theme_date_timezone Asia/Kolkata
set -g theme_date_format "+%a %b %d %I:%M:%S %p %Y"
# enable passphrase prompt for gpg
set -gx GPG_TTY (tty)
# ssh-agent stuff
if test -z (pgrep ssh-agent)
eval (ssh-agent -c)
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment