diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-11-06 14:02:25 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-11-06 14:02:25 -0600 |
commit | 926cf9f7090977b3fb5b6db5d29ab4404770c244 (patch) | |
tree | 650b331e60a504604f3656dbcc3fa2163ab351de /dot_config/zsh | |
parent | Use code as GUI editor and use nvim as TUI editor (diff) | |
download | dotfiles-926cf9f7090977b3fb5b6db5d29ab4404770c244.tar dotfiles-926cf9f7090977b3fb5b6db5d29ab4404770c244.tar.gz dotfiles-926cf9f7090977b3fb5b6db5d29ab4404770c244.tar.bz2 dotfiles-926cf9f7090977b3fb5b6db5d29ab4404770c244.tar.lz dotfiles-926cf9f7090977b3fb5b6db5d29ab4404770c244.tar.xz dotfiles-926cf9f7090977b3fb5b6db5d29ab4404770c244.tar.zst dotfiles-926cf9f7090977b3fb5b6db5d29ab4404770c244.zip |
don't need dmenu
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'dot_config/zsh')
-rw-r--r-- | dot_config/zsh/dot_zshenv | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dot_config/zsh/dot_zshenv b/dot_config/zsh/dot_zshenv index 56e327d..8c8fa87 100644 --- a/dot_config/zsh/dot_zshenv +++ b/dot_config/zsh/dot_zshenv @@ -84,8 +84,6 @@ export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle # Other program settings: export DOTNET_CLI_TELEMETRY_OPTOUT=1 -export DICS="/usr/share/stardict/dic/" -export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" export LESS=-R export LESS_TERMCAP_mb="$(printf '%b' '[1;31m')" |