|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
host=$(hostname)
|
|
|
hostname="${host^^}"
|
|
|
-repo_directory="$HOME/qconfig_$hostname"
|
|
|
+repo_directory="/opt/qconfig"
|
|
|
|
|
|
# Colored Prompts
|
|
|
alias ls='ls --color=auto'
|
|
|
@@ -17,7 +17,7 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
|
|
|
|
|
|
# Aliases
|
|
|
|
|
|
-if [ -d "$HOME/qbins" ]; then
|
|
|
+if [ -d "/opt/qbins" ]; then
|
|
|
alias ls="eza"
|
|
|
fi
|
|
|
|