all: misc changes from the last few months

This commit is contained in:
2018-05-02 13:49:10 +02:00
parent b635d5de51
commit 8d2b3dbb92
5 changed files with 13 additions and 2 deletions

View File

@@ -128,3 +128,7 @@ save_dotfiles(){
cp ~/.zshrc ${DOTPATH}zshrc
}
if [ -e /Users/veitheller/.nix-profile/etc/profile.d/nix.sh ]; then . /Users/veitheller/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"