mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 16:30:59 +02:00
zsh tweaks
This commit is contained in:
parent
fa3c5a91f1
commit
bf9df6d075
5
.zshrc
5
.zshrc
@ -158,7 +158,7 @@ if [[ -f /usr/share/zsh/site-functions/git-flow-completion.zsh ]];then
|
|||||||
source /usr/share/zsh/site-functions/git-flow-completion.zsh
|
source /usr/share/zsh/site-functions/git-flow-completion.zsh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PATH="/home/arti/.bin:/home/arti/.local/bin:$(ruby -e 'print Gem.user_dir')/bin:$PATH"
|
export PATH="/home/arti/.bin:/home/arti/.local/bin:$(ruby -e 'print Gem.user_dir')/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:$PATH"
|
||||||
|
|
||||||
|
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
@ -195,10 +195,11 @@ function vless {
|
|||||||
/usr/share/nvim/runtime/macros/less.sh $@
|
/usr/share/nvim/runtime/macros/less.sh $@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Paste handling
|
# Paste handling
|
||||||
autoload -Uz bracketed-paste-magic
|
autoload -Uz bracketed-paste-magic
|
||||||
zle -N bracketed-paste bracketed-paste-magic
|
zle -N bracketed-paste bracketed-paste-magic
|
||||||
|
|
||||||
autoload -Uz bracketed-paste-url-magic
|
autoload -Uz bracketed-paste-url-magic
|
||||||
zle -N bracketed-paste bracketed-paste-url-magic
|
zle -N bracketed-paste bracketed-paste-url-magic
|
||||||
|
|
||||||
|
setopt pushdminus
|
||||||
|
Loading…
Reference in New Issue
Block a user