aboutsummaryrefslogtreecommitdiffstats
path: root/shell/zsh/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/zsh/.zshrc8
1 files changed, 4 insertions, 4 deletions
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
51export AWT_TOOLKIT=MToolkit 51export AWT_TOOLKIT=MToolkit
52export JAVA_HOME=/usr/lib/jvm/java-21-openjdk 52export JAVA_HOME=/usr/lib/jvm/java-21-openjdk
53export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" 53export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin"
54. "${HOME}/.cache/wal/colors.sh" 54# . "${HOME}/.cache/wal/colors.sh"
55 55
56alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' 56alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"'
57 57
@@ -68,7 +68,7 @@ alias lt='eza -T --color=always --group-directories-first'
68alias v="nvim" 68alias v="nvim"
69alias c="clear" 69alias c="clear"
70alias e="exit" 70alias e="exit"
71alias j="joshuto" 71alias j="doas joshuto"
72alias g="grep" 72alias g="grep"
73alias g="rg" 73alias g="rg"
74alias zl="zellij" 74alias zl="zellij"
@@ -103,5 +103,5 @@ case ":$PATH:" in
103 *) export PATH="$GEM:$PATH" ;; 103 *) export PATH="$GEM:$PATH" ;;
104esac 104esac
105 105
106source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh 106source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
107source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 107source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh