summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-09 12:58:51 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-09 12:58:51 +0400
commit09c515370d18e794e4376b87cd0592d42f28e5b9 (patch)
tree0e3d6ba6eba6b5ce232f6d21312fee9587ccad8d
parentcb627797d4c30667e7247597fc9a865942837c01 (diff)
etc directory removed
-rw-r--r--etc/profile10
-rw-r--r--etc/profile.d/theion.sh43
2 files changed, 0 insertions, 53 deletions
diff --git a/etc/profile b/etc/profile
deleted file mode 100644
index 93b503d..0000000
--- a/etc/profile
+++ /dev/null
@@ -1,10 +0,0 @@
-# If the /etc/profile.d directory is not sourced automatically
-# append this code to /etc/profile
-
-# Load profiles from /etc/profile.d
-if test -d /etc/profile.d/; then
- for profile in /etc/profile.d/*.sh; do
- test -r "$profile" && . "$profile"
- done
- unset profile
-fi
diff --git a/etc/profile.d/theion.sh b/etc/profile.d/theion.sh
deleted file mode 100644
index 5a6d6f5..0000000
--- a/etc/profile.d/theion.sh
+++ /dev/null
@@ -1,43 +0,0 @@
-export XDG_COLOR_DARK_GRAY="#282828"
-export XDG_COLOR_LESS_DARK_GRAY="#262626"
-export XDG_COLOR_CREAM="#ebdbb2"
-export XDG_COLOR_BROWN="#4E3524"
-export XDG_COLOR_LIGHT_GRAY="#a89984"
-export XDG_COLOR_ORANGE="#d79921"
-export XDG_COLOR_RED="#cc241d"
-export XDG_COLOR_MAGENTA="#b16286"
-export XDG_COLOR_YELLOW_GREEN="#98971a"
-export XDG_COLOR_LIGHT_GREEN="#689d6a"
-export XDG_COLOR_CYAN="#458588"
-
-# Theme
-export XDG_COLOR_FOREGROUND=$XDG_COLOR_CREAM
-export XDG_COLOR_BACKGROUND=$XDG_COLOR_DARK_GRAY
-
-export XDG_COLOR_INACTIVE_FOREGROUND=$XDG_COLOR_LIGHT_GRAY
-export XDG_COLOR_INACTIVE_BACKGROUND=$XDG_COLOR_LESS_DARK_GRAY
-
-export XDG_COLOR_TRANSFORM=$XDG_COLOR_BROWN
-export XDG_COLOR_INACTIVE_TRANSFORM=$XDG_COLOR_LESS_DARK_GRAY
-
-export XDG_COLOR_WARINING=$XDG_COLOR_RED
-export XDG_COLOR_NON_WARNING=$XDG_COLOR_CYAN
-export XDG_COLOR_INTERACTIVE=$XDG_COLOR_YELLOW_GREEN
-
-#Directories
-export XDG_CACHE_HOME=$HOME/.cache
-export XDG_CONFIG_HOME=$HOME/.config
-export XDG_DATA_HOME=$HOME/.local/share
-export XDG_STATE_HOME=$HOME/.local/state
-export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
-export ZSHRC="$XDG_CONFIG_HOME/zsh/zshrc"
-
-
-# Environment variables
-[ -x "$(command -v nvim)" ] && export EDITOR="nvim"
-[ -x "$(command -v alacritty)" ] && export TERMINAL="alacritty"
-[ -x "$(command -v qutebrowser)" ] && export BROWSER="qutebrowser"
-
-export MAKEFLAGS="-j8" # Reduce compile times
-export LFS=/mnt/lfs # For building Linux From Scratch
-export LS_COLORS="di=01;36" # Change the color of ls output to green for directory