From 4b3485939a52a7989ebb473c1045d0b06b8c518d Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 16 Mar 2016 23:54:53 +0100 Subject: [PATCH] abysmise zshrc --- zshrc | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/zshrc b/zshrc index 425b803..175558e 100644 --- a/zshrc +++ b/zshrc @@ -1,6 +1,6 @@ # Lines configured by zsh-newuser-install -HISTFILE=~/.histfile +HISTFILE=~/.local/share/zsh/histfile HISTSIZE=1000 SAVEHIST=1000 setopt appendhistory @@ -33,7 +33,7 @@ alias ls="ls --color=auto" PATH="$HOME/.local/bin":"$PATH" # Cabal -#export PATH="$HOME/.cabal/bin":"$PATH" +export PATH="$HOME/.cabal/bin":"$PATH" # Gems #export PATH="$(ruby -rubygems -e "puts Gem.user_dir")/bin":"$PATH" @@ -42,18 +42,10 @@ PATH="$HOME/.local/bin":"$PATH" # For vim export EDITOR="nvim" #stty -ixon # turn of for vimshell -alias vim="sl" +alias vim="nvim" alias vi="nvim" alias nano="nvim" -# GPG ssh tty -export GPG_TTY=$(tty) -envoy -t gpg-agent -source <(envoy -p) - -# Syntax highlighting -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh - # Don't type that config location al the time. alias ncmpcpp="ncmpcpp -c ~/.config/ncmpcpp/config"