diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-18 21:10:24 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-18 21:10:24 -0500 |
commit | 2aadb20a0d5a0fa8e9e3cf93d98c239602f6f5b1 (patch) | |
tree | c7309f9c3cbdc92aa300f2041f8a486f04e87a86 | |
parent | a98fec2e788344e78353ef6bc9584ce7790538c9 (diff) | |
download | dotconfig-2aadb20a0d5a0fa8e9e3cf93d98c239602f6f5b1.tar.xz dotconfig-2aadb20a0d5a0fa8e9e3cf93d98c239602f6f5b1.zip |
add librex60 and change a few things:
-rwxr-xr-x | zsh/aliasrc.G3N2 | 2 | ||||
-rwxr-xr-x | zsh/aliasrc.debx230 (renamed from zsh/aliasrc.hyperlibrex60) | 0 | ||||
-rwxr-xr-x | zsh/aliasrc.librex60 | 12 | ||||
-rw-r--r-- | zsh/zprofile.debx230 (renamed from zsh/zprofile.hyperlibrex60) | 0 | ||||
-rw-r--r-- | zsh/zprofile.librex60 | 10 | ||||
-rwxr-xr-x | zsh/zshrc | 2 |
6 files changed, 24 insertions, 2 deletions
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.hyperlibrex60 b/zsh/aliasrc.debx230 index 1258032..1258032 100755 --- a/zsh/aliasrc.hyperlibrex60 +++ b/zsh/aliasrc.debx230 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.hyperlibrex60 b/zsh/zprofile.debx230 index ece1659..ece1659 100644 --- a/zsh/zprofile.hyperlibrex60 +++ b/zsh/zprofile.debx230 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 @@ -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" |