diff options
| author | philw <dscr@duck.com> | 2024-04-24 11:30:52 +0200 |
|---|---|---|
| committer | philw <dscr@duck.com> | 2024-04-24 11:30:52 +0200 |
| commit | 1d0448d7ad9cf3dbb4c633cda7ad7b9c5caa0b68 (patch) | |
| tree | 9671bd01061e26c661b521dcafb8d6e8b7f042f9 /shell/zsh | |
| parent | ddf627b8cc5ae4949c724625277edce796d177b5 (diff) | |
| parent | 879f252239c9c3b9d0ad5657bf981fb60e81fb56 (diff) | |
| download | dotfiles-1d0448d7ad9cf3dbb4c633cda7ad7b9c5caa0b68.tar.gz dotfiles-1d0448d7ad9cf3dbb4c633cda7ad7b9c5caa0b68.zip | |
update dots
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 ebb664b..7c1de09 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc | |||
| @@ -52,7 +52,7 @@ export PATH=$PATH:$ANDROID_HOME/platform-tools | |||
| 52 | export AWT_TOOLKIT=MToolkit | 52 | export AWT_TOOLKIT=MToolkit |
| 53 | export JAVA_HOME=/usr/lib/jvm/java-21-openjdk | 53 | export JAVA_HOME=/usr/lib/jvm/java-21-openjdk |
| 54 | export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" | 54 | export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" |
| 55 | . "${HOME}/.cache/wal/colors.sh" | 55 | # . "${HOME}/.cache/wal/colors.sh" |
| 56 | 56 | ||
| 57 | alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' | 57 | alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' |
| 58 | 58 | ||
| @@ -69,7 +69,7 @@ alias lt='eza -T --color=always --group-directories-first' | |||
| 69 | alias v="nvim" | 69 | alias v="nvim" |
| 70 | alias c="clear" | 70 | alias c="clear" |
| 71 | alias e="exit" | 71 | alias e="exit" |
| 72 | alias j="joshuto" | 72 | alias j="doas joshuto" |
| 73 | alias g="grep" | 73 | alias g="grep" |
| 74 | alias g="rg" | 74 | alias g="rg" |
| 75 | alias zl="zellij" | 75 | alias zl="zellij" |
| @@ -104,5 +104,5 @@ case ":$PATH:" in | |||
| 104 | *) export PATH="$GEM:$PATH" ;; | 104 | *) export PATH="$GEM:$PATH" ;; |
| 105 | esac | 105 | esac |
| 106 | 106 | ||
| 107 | source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh | 107 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |
| 108 | source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 108 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
