diff options
Diffstat (limited to 'zsh/profile')
-rw-r--r-- | zsh/profile/zprofile.G3N2 | 3 | ||||
-rw-r--r-- | zsh/profile/zprofile.librex60 | 5 | ||||
-rw-r--r-- | zsh/profile/zprofile.voidx250 | 5 |
3 files changed, 0 insertions, 13 deletions
diff --git a/zsh/profile/zprofile.G3N2 b/zsh/profile/zprofile.G3N2 deleted file mode 100644 index 4bcfddc..0000000 --- a/zsh/profile/zprofile.G3N2 +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env zsh - -source /home/timmy/.config/zsh/zprofile diff --git a/zsh/profile/zprofile.librex60 b/zsh/profile/zprofile.librex60 deleted file mode 100644 index 543038c..0000000 --- a/zsh/profile/zprofile.librex60 +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env zsh - -export PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH" - -source /home/timmy/.config/zsh/zprofile diff --git a/zsh/profile/zprofile.voidx250 b/zsh/profile/zprofile.voidx250 deleted file mode 100644 index 4b00faa..0000000 --- a/zsh/profile/zprofile.voidx250 +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env zsh - -export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:$XDG_DATA_DIRS" # .desktop files - -source /home/timmy/.config/zsh/zprofile |