dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

.zshrc (345B)


      1 # ░▀▀█░█▀▀░█░█░░
      2 # ░▄▀░░▀▀█░█▀█░░
      3 # ░▀▀▀░▀▀▀░▀░▀░░
      4 
      5 # set hostname
      6 HOSTNAME=$(hostname -s)
      7 
      8 # load configs
      9 for config (~/.zsh/*.zsh) source $config
     10 setopt auto_cd
     11 
     12 export PATH=$PATH:/home/pyratebeard/bin:/home/pyratebeard/.local/bin
     13 
     14 source ~/.zsh/downtime.zsh