aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots/dot-zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'home-dots/dot-zshrc')
-rw-r--r--home-dots/dot-zshrc9
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"