From 6f0ca4a0b6366b9c33e9366e08aa1b14e1037e8a Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Wed, 16 Mar 2022 23:32:06 -0500 Subject: zscripts and profiles --- zsh/profile/zprofile.G3N2 | 5 +++++ zsh/profile/zprofile.librex60 | 7 +++++++ zsh/profile/zprofile.voidx250 | 5 +++++ 3 files changed, 17 insertions(+) create mode 100644 zsh/profile/zprofile.G3N2 create mode 100644 zsh/profile/zprofile.librex60 create mode 100644 zsh/profile/zprofile.voidx250 (limited to 'zsh/profile') diff --git a/zsh/profile/zprofile.G3N2 b/zsh/profile/zprofile.G3N2 new file mode 100644 index 0000000..4bc5886 --- /dev/null +++ b/zsh/profile/zprofile.G3N2 @@ -0,0 +1,5 @@ +#!/usr/bin/env zsh + +export ZPLUGINS="/home/timmy/.local/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh" + +source /home/timmy/.config/zsh/zprofile diff --git a/zsh/profile/zprofile.librex60 b/zsh/profile/zprofile.librex60 new file mode 100644 index 0000000..18860a5 --- /dev/null +++ b/zsh/profile/zprofile.librex60 @@ -0,0 +1,7 @@ +#!/usr/bin/env zsh + +export PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH" + +export ZPLUGINS="/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" + +source /home/timmy/.config/zsh/zprofile diff --git a/zsh/profile/zprofile.voidx250 b/zsh/profile/zprofile.voidx250 new file mode 100644 index 0000000..bb7e164 --- /dev/null +++ b/zsh/profile/zprofile.voidx250 @@ -0,0 +1,5 @@ +#!/usr/bin/env zsh + +export ZPLUGINS="/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" + +source /home/timmy/.config/zsh/zprofile -- cgit v1.2.3