summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-26 15:43:48 +0300
committerThanos Apollo <[email protected]>2023-03-26 15:43:48 +0300
commitfb29aa63c9b65e0e26d8cf466d8e151a3bc12dbc (patch)
tree5fd3af03ff4f301ff6b1402f628fb3bf8e69f96f
parent425536b14c4fc5016618f9a41c8a2f96d0fbb4ef (diff)
shells: Add sources for zshrc
-rw-r--r--.shells/alias.sh2
-rw-r--r--.zshrc2
2 files changed, 3 insertions, 1 deletions
diff --git a/.shells/alias.sh b/.shells/alias.sh
index 728cca5..dd6de48 100644
--- a/.shells/alias.sh
+++ b/.shells/alias.sh
@@ -37,7 +37,7 @@ alias ytd="yt-dlp"
alias c="pavucontrol"
alias r="ranger"
alias klight="brightnessctl --device='tpacpi::kbd_backlight' set 1"
-alias pip="pip3"
+
alias clear="printf '\e[2J\e[H'"
##yarn
diff --git a/.zshrc b/.zshrc
index e9a6066..a53afd0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,6 +1,8 @@
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
+source ~/.shells/alias.sh
+source ~/.shells/exports.sh
export PATH=/home/apollo/.local/bin:$PATH
eval "$(starship init zsh)"