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
|
# Lines configured by zsh-newuser-install
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.local/share/zsh/histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
setopt appendhistory
|
setopt appendhistory
|
||||||
@ -33,7 +33,7 @@ alias ls="ls --color=auto"
|
|||||||
PATH="$HOME/.local/bin":"$PATH"
|
PATH="$HOME/.local/bin":"$PATH"
|
||||||
|
|
||||||
# Cabal
|
# Cabal
|
||||||
#export PATH="$HOME/.cabal/bin":"$PATH"
|
export PATH="$HOME/.cabal/bin":"$PATH"
|
||||||
|
|
||||||
# Gems
|
# Gems
|
||||||
#export PATH="$(ruby -rubygems -e "puts Gem.user_dir")/bin":"$PATH"
|
#export PATH="$(ruby -rubygems -e "puts Gem.user_dir")/bin":"$PATH"
|
||||||
@ -42,18 +42,10 @@ PATH="$HOME/.local/bin":"$PATH"
|
|||||||
# For vim
|
# For vim
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
#stty -ixon # turn of <C-s> for vimshell
|
#stty -ixon # turn of <C-s> for vimshell
|
||||||
alias vim="sl"
|
alias vim="nvim"
|
||||||
alias vi="nvim"
|
alias vi="nvim"
|
||||||
alias nano="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.
|
# Don't type that config location al the time.
|
||||||
alias ncmpcpp="ncmpcpp -c ~/.config/ncmpcpp/config"
|
alias ncmpcpp="ncmpcpp -c ~/.config/ncmpcpp/config"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user