diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-04-01 18:49:06 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-04-01 18:49:06 +0200 |
commit | 9c94f06db9fdc9d40f98a0abd4a9646977f45ea1 (patch) | |
tree | d2dc3beb61ed87945b1e9e0e613090c6cfdb2592 /home-dots/dot-zshrc | |
parent | 466ef42009aaaea2b3f9e4c4a15b578c2ac5ed91 (diff) | |
download | dotfiles-9c94f06db9fdc9d40f98a0abd4a9646977f45ea1.tar.gz dotfiles-9c94f06db9fdc9d40f98a0abd4a9646977f45ea1.tar.bz2 dotfiles-9c94f06db9fdc9d40f98a0abd4a9646977f45ea1.zip |
Home dots
Diffstat (limited to 'home-dots/dot-zshrc')
-rw-r--r-- | home-dots/dot-zshrc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/home-dots/dot-zshrc b/home-dots/dot-zshrc index 560c2bd..2a3efb5 100644 --- a/home-dots/dot-zshrc +++ b/home-dots/dot-zshrc @@ -57,8 +57,7 @@ export TERM="xterm-256color" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -export WORKON_HOME=$HOME/.virtualenvs -plugins=(git archlinux python virtualenvwrapper gpg-agent) +plugins=(git archlinux gpg-agent) # User configuration @@ -122,10 +121,10 @@ alias -g G='| grep' alias lar='ls -lahrt' alias mykeys='setxkbmap -I$HOME/.config/xkb/ oscar -option caps:escape -print | xkbcomp -I$HOME/.config/xkb/ - $DISPLAY' -export PATH="$HOME/.cargo/bin:$PATH" +# export PATH="$HOME/.cargo/bin:$PATH" if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer [ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env GUIX_PROFILE="$HOME/.guix-profile" && [ -e "$GUIX_PROFILE" ] && . "$GUIX_PROFILE/etc/profile" && export GUIX_LOCPATH=$GUIX_PROFILE/lib/locale GUIX_PROFILE="$HOME/.config/guix/current" && [ -e "$GUIX_PROFILE" ] && . "$GUIX_PROFILE/etc/profile" -export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs" -export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" +# export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs" +# export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" |