Remove old unneeded files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
61012463fe
commit
1f2793c77e
22 changed files with 1 additions and 1747 deletions
|
@ -42,15 +42,6 @@ zstyle ':completion:*' menu select
|
|||
# Persistent rehash
|
||||
zstyle ':completion:*' rehash true
|
||||
|
||||
# Use colors from xresources for linux console
|
||||
if [ "$TERM" = "linux" ]; then
|
||||
_SEDCMD='s/.*\*color\([0-9]\{1,\}\).*#\([0-9a-fA-F]\{6\}\).*/\1 \2/p'
|
||||
while IFS= read -r line; do
|
||||
echo -en "${line}"
|
||||
done < <(sed -n "${_SEDCMD}" "${XDG_CONFIG_HOME}/X11/xresources" | awk '$1 < 16 {printf "\\e]P%X%s", $1, $2}')
|
||||
clear
|
||||
fi
|
||||
|
||||
# Sourcing environment variables
|
||||
if [ -f "${HOME}/.config/custom/env" ]; then
|
||||
. "${HOME}/.config/custom/env"
|
||||
|
@ -68,4 +59,4 @@ fi
|
|||
|
||||
|
||||
# Plugins
|
||||
source "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
source "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue