|
|
@@ -17,11 +17,9 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
|
|
|
|
|
|
# Aliases
|
|
|
|
|
|
-function ls() {
|
|
|
- if [ -d "$HOME/qbins" ]; then
|
|
|
- alias ls="eza"
|
|
|
- fi
|
|
|
-}
|
|
|
+if [ -d "$HOME/qbins" ]; then
|
|
|
+ alias ls="eza"
|
|
|
+fi
|
|
|
|
|
|
alias ll="ls -lh"
|
|
|
alias la="ls -lah"
|
|
|
@@ -45,10 +43,6 @@ alias py="python"
|
|
|
alias py2="python2"
|
|
|
alias py3="python3"
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
function checkenv() {
|
|
|
if [ -n "$PIPENV_ACTIVE" ]; then
|
|
|
echo "Pipenv Environment Active"
|