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 /external/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 'external/zsh/config.zsh')
| -rw-r--r-- | external/zsh/config.zsh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/external/zsh/config.zsh b/external/zsh/config.zsh deleted file mode 100644 index eb409fa..0000000 --- a/external/zsh/config.zsh +++ /dev/null @@ -1,14 +0,0 @@ -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'; - |
