summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/shell/profile2
-rw-r--r--.config/zsh/.zshrc2
-rwxr-xr-x.local/bin/madd2
3 files changed, 2 insertions, 4 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 3a5955b..a2a6071 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -3,7 +3,7 @@
export EDITOR="nvim"
export TERMINAL="alacritty"
export TERMINAL_PROG="alacritty"
-export BROWSER="brave"
+export BROWSER="zen-browser"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 8838876..ccab869 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -67,5 +67,3 @@ bindkey '^R' history-incremental-pattern-search-backward
#loeading syntax highlighter and autosgguestions plugin. should be last.
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
-
-cowsay "$(shuf -n 1 ~/.local/share/vocab/words.txt)"
diff --git a/.local/bin/madd b/.local/bin/madd
index 6aa2f3c..d1cb8ef 100755
--- a/.local/bin/madd
+++ b/.local/bin/madd
@@ -14,7 +14,7 @@ madd() {
if [ -t 0 ]; then
filename=$(mpc listall | fzf)
else
- filename=$(mpc listall | dmenu -l 30)
+ filename=$(mpc listall | rofi -dmenu -l 30 -case-smart)
fi
if [ -n "$filename" ]; then