From 879f252239c9c3b9d0ad5657bf981fb60e81fb56 Mon Sep 17 00:00:00 2001 From: phajw Date: Sat, 6 Apr 2024 19:28:53 +0200 Subject: Update rice --- shell/zsh/.zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shell') diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 354ac70..1435ca0 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -51,7 +51,7 @@ export PATH=$PATH:$ANDROID_HOME/platform-tools export AWT_TOOLKIT=MToolkit export JAVA_HOME=/usr/lib/jvm/java-21-openjdk export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" -. "${HOME}/.cache/wal/colors.sh" +# . "${HOME}/.cache/wal/colors.sh" alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' @@ -68,7 +68,7 @@ alias lt='eza -T --color=always --group-directories-first' alias v="nvim" alias c="clear" alias e="exit" -alias j="joshuto" +alias j="doas joshuto" alias g="grep" alias g="rg" alias zl="zellij" @@ -103,5 +103,5 @@ case ":$PATH:" in *) export PATH="$GEM:$PATH" ;; esac -source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh -source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -- cgit v1.2.3