From 71ad675b3280ba89289ecb09a1dc4a620989aef5 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sun, 7 Feb 2021 14:30:31 +0100 Subject: Added zsh configs --- .config/zsh/exports.zsh | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .config/zsh/exports.zsh (limited to '.config/zsh/exports.zsh') diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh new file mode 100644 index 0000000..864b821 --- /dev/null +++ b/.config/zsh/exports.zsh @@ -0,0 +1,29 @@ +# Uncomment the following line to use case-sensitive completion. +CASE_SENSITIVE="true" + +zle_highlight=('paste:none') + +# Which plugins would you like to load? +plugins=( + zsh-syntax-highlighting + zsh-autosuggestions +) + +autoload -U colors && colors + +# History in cache directory: +HISTSIZE=10000 +SAVEHIST=10000 +HISTFILE=~/.cache/zsh/history + +# Preferred editor for local and remote sessions + if [[ -n $SSH_CONNECTION ]]; then + export EDITOR='nvim' + else + export EDITOR='nvim' + fi + +export CLICOLOR=1 + +# Starship prompt +# eval "$(starship init zsh)" -- cgit v1.2.3-70-g09d2