abysmise zshrc
This commit is contained in:
parent
74f4b56456
commit
4b3485939a
14
zshrc
14
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 <C-s> 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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user