dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

.zshenv (276B)


      1 export ZDOTDIR="/Users/linus/.config/zsh"
      2 export CARGO_HOME="$HOME/.config/cargo"
      3 export RUSTUP_HOME="$HOME/.config/rustup"
      4 # export GNUPGHOME="$HOME/.config/gnupg"
      5 export LESSHISTFILE="$HOME/.config/less/history"
      6 
      7 # mv ~/.gitconfig ~/.config/git/config
      8 
      9 . "$HOME/.cargo/env"