diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-22 00:43:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-22 00:45:48 +0530 |
| commit | b8e909d68bcb035648dda93f15de7863f444a3c4 (patch) | |
| tree | 3e6c13b1424d5005b595ea1d86f1b50a49b42390 /config/zsh/config.zsh | |
| parent | 7cca3043fa585dc0d0cef6a3f25756c946bee1aa (diff) | |
| download | nixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.tar.gz nixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.zip | |
Switch to kakoune + daffm
Diffstat (limited to 'config/zsh/config.zsh')
| -rw-r--r-- | config/zsh/config.zsh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/zsh/config.zsh b/config/zsh/config.zsh index eb409fa..2b3b1e9 100644 --- a/config/zsh/config.zsh +++ b/config/zsh/config.zsh @@ -1,14 +1,14 @@ -export VISUAL='nvim' -export EDITOR="nvim" +export VISUAL='kak-tmux' +export EDITOR="kak-tmux" export TERMINAL="st" export BROWSER="qutebrowser" export PRIVATE_BROWSER="$BROWSER ':open -p'"; export READER="zathura" -export FILE="lf" +export FILE="daffm" 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'; +export LS_COLORS='di=96:ln=36:or=31:mi=31:ex=32:*.gitignore=90'; |
