diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-26 02:25:51 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-26 02:25:51 -0500 |
commit | 710cd5a6da15378da4b472f5ef18bfc476508ace (patch) | |
tree | 4cd3a264b8df7939cb5c5f680489fcfe51260075 /zsh/zprofile.base | |
parent | b3467fffb6cf2feaf80bc6773c60d973548e58b3 (diff) | |
download | dotconfig-710cd5a6da15378da4b472f5ef18bfc476508ace.tar.xz dotconfig-710cd5a6da15378da4b472f5ef18bfc476508ace.zip |
video scripts only avaliable on desktop where it makes sense
Diffstat (limited to 'zsh/zprofile.base')
-rw-r--r-- | zsh/zprofile.base | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/zprofile.base b/zsh/zprofile.base index 203260b..27c85d3 100644 --- a/zsh/zprofile.base +++ b/zsh/zprofile.base @@ -8,7 +8,6 @@ export PATH="$scriptspath/misc:$PATH" #export PATH="$scriptspath/keyboard:$PATH" export PATH="$scriptspath/sync:$PATH" export PATH="$scriptspath/programs:$PATH" -export PATH="$scriptspath/video:$PATH" # Default programs: export EDITOR="nvim" |