summaryrefslogblamecommitdiffstats
path: root/fish2024/config.fish
blob: 1aa91d575c6d5dc9864cc10ca2c7094784c2e3dc (plain) (tree)
1
2
3
4
5
6

                                                         
                    
                      
                                                                
   







                                                                       
                                    
if status is-interactive
    # Commands to run in interactive sessions can go here
  set -gx EDITOR vim
  set -U fish_greeting
  set -gx LEDGER_FILE $HOME/Budget/hledger/hledger/budget.ledger
end

# https://gist.github.com/josh-padnick/c90183be3d0e1feb89afd7573505cab3
if test -z (pgrep ssh-agent)
  eval (ssh-agent -c) > /dev/null
  set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
  set -Ux SSH_AGENT_PID $SSH_AGENT_PID
end

. ~/perl5/perlbrew/etc/perlbrew.fish