summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-15 21:04:33 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-15 21:04:33 -0500
commita98fec2e788344e78353ef6bc9584ce7790538c9 (patch)
tree1c4dd205efd3a4e0a8cd6c70c16442fa431a611f
parent0adbd65f7db921a8ccc96b7006237de0d513b5b2 (diff)
parentd476e5671f7666f60c39c56b26b134bd82cd00f1 (diff)
downloaddotconfig-a98fec2e788344e78353ef6bc9584ce7790538c9.tar.xz
dotconfig-a98fec2e788344e78353ef6bc9584ce7790538c9.zip
Merge branch 'master' of git.tjkeller.xyz:/var/www/git/dotconfig
-rwxr-xr-xzsh/aliasrc.hyperlibrex60 (renamed from zsh/aliasrc.openbsdx230)5
-rw-r--r--zsh/zprofile.hyperlibrex6015
2 files changed, 16 insertions, 4 deletions
diff --git a/zsh/aliasrc.openbsdx230 b/zsh/aliasrc.hyperlibrex60
index 0683c79..1258032 100755
--- a/zsh/aliasrc.openbsdx230
+++ b/zsh/aliasrc.hyperlibrex60
@@ -3,8 +3,5 @@
## Normal Aliases ##
# Replacement programs
alias \
- ls="exa -a --group-directories-first" \
-
-alias \
- pa="" \
+ ls="ls" \
diff --git a/zsh/zprofile.hyperlibrex60 b/zsh/zprofile.hyperlibrex60
new file mode 100644
index 0000000..ece1659
--- /dev/null
+++ b/zsh/zprofile.hyperlibrex60
@@ -0,0 +1,15 @@
+#!/usr/bin/env zsh
+# vim: filetype=zsh
+export WIFIDEV="wlp2s0"
+export ETHEDEV="enp0s25"
+#export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH"
+#export ZPLUGINS="
+#/usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh
+#/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+#"
+#alias \
+# xi="sudo xbps-install" \
+# xq="xbps-query -R --search" \
+# xr="sudo xbps-remove" \
+
+source /home/timmy/.config/zsh/zprofile.base