diff options
| author | phajw <dscr@duck.com> | 2024-04-06 19:28:53 +0200 |
|---|---|---|
| committer | phajw <dscr@duck.com> | 2024-04-06 19:28:53 +0200 |
| commit | 879f252239c9c3b9d0ad5657bf981fb60e81fb56 (patch) | |
| tree | dcc0ddec09e7e6ea74ff1c826db96d179d116634 /shell/zsh | |
| parent | 5788f66da53205d5290c64ff97f3c817889d6bc0 (diff) | |
| download | dotfiles-879f252239c9c3b9d0ad5657bf981fb60e81fb56.tar.gz dotfiles-879f252239c9c3b9d0ad5657bf981fb60e81fb56.zip | |
Update rice
Diffstat (limited to '')
| -rw-r--r-- | shell/zsh/.zshrc | 8 |
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 | |||
| 51 | export AWT_TOOLKIT=MToolkit | 51 | export AWT_TOOLKIT=MToolkit |
| 52 | export JAVA_HOME=/usr/lib/jvm/java-21-openjdk | 52 | export JAVA_HOME=/usr/lib/jvm/java-21-openjdk |
| 53 | export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" | 53 | export 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 | ||
| 56 | alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' | 56 | alias 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' | |||
| 68 | alias v="nvim" | 68 | alias v="nvim" |
| 69 | alias c="clear" | 69 | alias c="clear" |
| 70 | alias e="exit" | 70 | alias e="exit" |
| 71 | alias j="joshuto" | 71 | alias j="doas joshuto" |
| 72 | alias g="grep" | 72 | alias g="grep" |
| 73 | alias g="rg" | 73 | alias g="rg" |
| 74 | alias zl="zellij" | 74 | alias zl="zellij" |
| @@ -103,5 +103,5 @@ case ":$PATH:" in | |||
| 103 | *) export PATH="$GEM:$PATH" ;; | 103 | *) export PATH="$GEM:$PATH" ;; |
| 104 | esac | 104 | esac |
| 105 | 105 | ||
| 106 | source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh | 106 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |
| 107 | source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 107 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
