diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-16 19:54:43 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-16 19:54:43 -0500 |
commit | 4e46513cb083f9473a4c9c6f87a2f43ead451cb7 (patch) | |
tree | 8f549955094e0b0ab7d7adac1d2c3e22d4d1faa0 /zsh/zprofile.debx230 | |
parent | 73a8305b011b8d937bdbc0dea347e8b3342167db (diff) | |
download | dotconfig-4e46513cb083f9473a4c9c6f87a2f43ead451cb7.tar.xz dotconfig-4e46513cb083f9473a4c9c6f87a2f43ead451cb7.zip |
zsh configuration redo
Diffstat (limited to 'zsh/zprofile.debx230')
-rw-r--r-- | zsh/zprofile.debx230 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/zsh/zprofile.debx230 b/zsh/zprofile.debx230 deleted file mode 100644 index ece1659..0000000 --- a/zsh/zprofile.debx230 +++ /dev/null @@ -1,15 +0,0 @@ -#!/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 |