summaryrefslogtreecommitdiff
path: root/zsh/zprofile.openbsdx230
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-03-16 19:54:43 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2022-03-16 19:54:43 -0500
commit4e46513cb083f9473a4c9c6f87a2f43ead451cb7 (patch)
tree8f549955094e0b0ab7d7adac1d2c3e22d4d1faa0 /zsh/zprofile.openbsdx230
parent73a8305b011b8d937bdbc0dea347e8b3342167db (diff)
downloaddotconfig-4e46513cb083f9473a4c9c6f87a2f43ead451cb7.tar.xz
dotconfig-4e46513cb083f9473a4c9c6f87a2f43ead451cb7.zip
zsh configuration redo
Diffstat (limited to 'zsh/zprofile.openbsdx230')
-rw-r--r--zsh/zprofile.openbsdx23014
1 files changed, 0 insertions, 14 deletions
diff --git a/zsh/zprofile.openbsdx230 b/zsh/zprofile.openbsdx230
deleted file mode 100644
index 7fd9c63..0000000
--- a/zsh/zprofile.openbsdx230
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env zsh
-# vim: filetype=zsh
-export WIFIDEV="iwn0"
-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
-"
-source /home/timmy/.config/zsh/zprofile.base
-alias \
- grep="rg -i" \
- diff="\diff" \
-