dotfiles

Torpy's handcrafted dootfiles.
Log | Files | Refs | README

.bashrc (261B)


      1 #
      2 # ~/.bashrc
      3 #
      4 
      5 # If not running interactively, don't do anything
      6 [[ $- != *i* ]] && return
      7 
      8 # alias ls='ls --color=auto'
      9 # alias grep='grep --color=auto'
     10 # PS1='[\u@\h \W]\$ '
     11 export GPG_TTY=$(tty)
     12 export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)