diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-04 18:50:42 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-04 18:50:42 -0500 |
commit | ab6af98aacd24fcf83451cee21c1736cf3277457 (patch) | |
tree | 30d30c8a3d980760b548fec1c5633e3210d505d3 /zsh/zprofile.openbsdx230 | |
parent | 0168d3a1168234a3b9f3f5b8fc004e7ee5051487 (diff) | |
download | dotconfig-ab6af98aacd24fcf83451cee21c1736cf3277457.tar.xz dotconfig-ab6af98aacd24fcf83451cee21c1736cf3277457.zip |
chenges do that thing wheer check if display and also zsh
Diffstat (limited to 'zsh/zprofile.openbsdx230')
-rw-r--r-- | zsh/zprofile.openbsdx230 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zprofile.openbsdx230 b/zsh/zprofile.openbsdx230 index 12942e9..0229c1a 100644 --- a/zsh/zprofile.openbsdx230 +++ b/zsh/zprofile.openbsdx230 @@ -5,6 +5,6 @@ export ETHEDEV="em0" export LC_CTYPE=en_US.UTF-8 #/usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh export ZPLUGINS=( -/usr/local/share/zsh-syntax-highlighting/zsh-syntax/highlighting.zsh +/usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ) source /home/timmy/.config/zsh/zprofile.base |