diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-23 23:40:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-23 23:40:35 +0530 |
| commit | 66adff9257c0bdcf5fea357cf4afd9c5804ac9d9 (patch) | |
| tree | 92b9941ed1b211594446c69e1c1a4d57240f1a0e /config/zsh/config.zsh | |
| parent | c69a505caac996f78b7b010dcc563672cb5a6019 (diff) | |
| download | nixos-config-66adff9257c0bdcf5fea357cf4afd9c5804ac9d9.tar.gz nixos-config-66adff9257c0bdcf5fea357cf4afd9c5804ac9d9.zip | |
Moves zsh config to config and symlinked
Diffstat (limited to 'config/zsh/config.zsh')
| -rw-r--r-- | config/zsh/config.zsh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/zsh/config.zsh b/config/zsh/config.zsh new file mode 100644 index 0000000..eb409fa --- /dev/null +++ b/config/zsh/config.zsh @@ -0,0 +1,14 @@ +export VISUAL='nvim' +export EDITOR="nvim" +export TERMINAL="st" +export BROWSER="qutebrowser" +export PRIVATE_BROWSER="$BROWSER ':open -p'"; +export READER="zathura" +export FILE="lf" + +export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" + +export HISTCONTROL=ignoreboth + +export LS_COLORS='di=35:ln=36:or=31:mi=31:ex=32:*.ts=36'; + |
