From 2aadb20a0d5a0fa8e9e3cf93d98c239602f6f5b1 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Mon, 18 Oct 2021 21:10:24 -0500 Subject: add librex60 and change a few things: --- zsh/aliasrc.G3N2 | 2 +- zsh/aliasrc.debx230 | 7 +++++++ zsh/aliasrc.hyperlibrex60 | 7 ------- zsh/aliasrc.librex60 | 12 ++++++++++++ zsh/zprofile.debx230 | 15 +++++++++++++++ zsh/zprofile.hyperlibrex60 | 15 --------------- zsh/zprofile.librex60 | 10 ++++++++++ zsh/zshrc | 2 +- 8 files changed, 46 insertions(+), 24 deletions(-) create mode 100755 zsh/aliasrc.debx230 delete mode 100755 zsh/aliasrc.hyperlibrex60 create mode 100755 zsh/aliasrc.librex60 create mode 100644 zsh/zprofile.debx230 delete mode 100644 zsh/zprofile.hyperlibrex60 create mode 100644 zsh/zprofile.librex60 (limited to 'zsh') diff --git a/zsh/aliasrc.G3N2 b/zsh/aliasrc.G3N2 index 635b16f..595fee4 100755 --- a/zsh/aliasrc.G3N2 +++ b/zsh/aliasrc.G3N2 @@ -1,7 +1,7 @@ #!/bin/sh ## Normal Aliases ## -# Replacement programs +# Package Management alias \ e="sudo emerge" \ eaum="sudo emerge --autounmask-continue" \ diff --git a/zsh/aliasrc.debx230 b/zsh/aliasrc.debx230 new file mode 100755 index 0000000..1258032 --- /dev/null +++ b/zsh/aliasrc.debx230 @@ -0,0 +1,7 @@ +#!/bin/sh + +## Normal Aliases ## +# Replacement programs +alias \ + ls="ls" \ + diff --git a/zsh/aliasrc.hyperlibrex60 b/zsh/aliasrc.hyperlibrex60 deleted file mode 100755 index 1258032..0000000 --- a/zsh/aliasrc.hyperlibrex60 +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -## Normal Aliases ## -# Replacement programs -alias \ - ls="ls" \ - diff --git a/zsh/aliasrc.librex60 b/zsh/aliasrc.librex60 new file mode 100755 index 0000000..278d82f --- /dev/null +++ b/zsh/aliasrc.librex60 @@ -0,0 +1,12 @@ +#!/bin/sh + +## Normal Aliases ## +# Replacement programs +alias \ + ls="ls -a --color --group-directories-first -h" \ + +# Package Management +alias \ + p="sudo pacman" \ + pq="sudo pacman -Ss" \ + diff --git a/zsh/zprofile.debx230 b/zsh/zprofile.debx230 new file mode 100644 index 0000000..ece1659 --- /dev/null +++ b/zsh/zprofile.debx230 @@ -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 diff --git a/zsh/zprofile.hyperlibrex60 b/zsh/zprofile.hyperlibrex60 deleted file mode 100644 index ece1659..0000000 --- a/zsh/zprofile.hyperlibrex60 +++ /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 diff --git a/zsh/zprofile.librex60 b/zsh/zprofile.librex60 new file mode 100644 index 0000000..f780c5d --- /dev/null +++ b/zsh/zprofile.librex60 @@ -0,0 +1,10 @@ +#!/usr/bin/env zsh +# vim: filetype=zsh +export WIFIDEV="wlp2s0" +export ETHEDEV="enp1s0" +#export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH" +export ZPLUGINS=" +/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +" + +source /home/timmy/.config/zsh/zprofile.base diff --git a/zsh/zshrc b/zsh/zshrc index 85d6a4d..aeed465 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -9,7 +9,7 @@ source "$XDG_CONFIG_HOME/zsh/aliasrc" source "$XDG_CONFIG_HOME/zsh/aliasrc.$(hostname)" source "$XDG_CONFIG_HOME/zsh/keybindrc" # lf icons -source "$XDG_CONFIG_HOME/zsh/lficons" +#source "$XDG_CONFIG_HOME/zsh/lficons" # History settings HISTFILE="$XDG_DATA_HOME/zsh/zhistory" -- cgit v1.2.3