aboutsummaryrefslogtreecommitdiffstats
path: root/shell/zsh
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-04-24 11:30:52 +0200
committerphilw <dscr@duck.com>2024-04-24 11:30:52 +0200
commit1d0448d7ad9cf3dbb4c633cda7ad7b9c5caa0b68 (patch)
tree9671bd01061e26c661b521dcafb8d6e8b7f042f9 /shell/zsh
parentddf627b8cc5ae4949c724625277edce796d177b5 (diff)
parent879f252239c9c3b9d0ad5657bf981fb60e81fb56 (diff)
downloaddotfiles-1d0448d7ad9cf3dbb4c633cda7ad7b9c5caa0b68.tar.gz
dotfiles-1d0448d7ad9cf3dbb4c633cda7ad7b9c5caa0b68.zip
update dots
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 ebb664b..7c1de09 100644
--- a/shell/zsh/.zshrc
+++ b/shell/zsh/.zshrc
@@ -52,7 +52,7 @@ export PATH=$PATH:$ANDROID_HOME/platform-tools
52export AWT_TOOLKIT=MToolkit 52export AWT_TOOLKIT=MToolkit
53export JAVA_HOME=/usr/lib/jvm/java-21-openjdk 53export JAVA_HOME=/usr/lib/jvm/java-21-openjdk
54export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" 54export 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
57alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' 57alias 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'
69alias v="nvim" 69alias v="nvim"
70alias c="clear" 70alias c="clear"
71alias e="exit" 71alias e="exit"
72alias j="joshuto" 72alias j="doas joshuto"
73alias g="grep" 73alias g="grep"
74alias g="rg" 74alias g="rg"
75alias zl="zellij" 75alias zl="zellij"
@@ -104,5 +104,5 @@ case ":$PATH:" in
104 *) export PATH="$GEM:$PATH" ;; 104 *) export PATH="$GEM:$PATH" ;;
105esac 105esac
106 106
107source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh 107source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
108source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 108source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh