diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-05 13:17:02 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-05 13:17:02 -0500 |
commit | b9866a4418fb1d64ab0386162e31c046c9c5b968 (patch) | |
tree | f8f1dd0d0402d6a43523c40396d393c5a8530a0d /zsh/zshrc | |
parent | d7cbe3c87769e13b0cc4f9fb392b3b61e632da7b (diff) | |
download | dotconfig-b9866a4418fb1d64ab0386162e31c046c9c5b968.tar.xz dotconfig-b9866a4418fb1d64ab0386162e31c046c9c5b968.zip |
fixcefd zshrfc aiwht the fuckning compoiuter s
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -29,5 +29,6 @@ preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt # Load zsh plugins; should be last #source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null -source /home/timmy/.config/broot/launcher/bash/br +[ "$COMPUTER" = "desktop" ] && source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh 2>/dev/null || \ +[ "$COMPUTER" = "laptop" ] && source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null +#source /home/timmy/.config/broot/launcher/bash/br |