From 789d7efbc74112ccc92c1723af2e30c60e63e87c Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 7 Nov 2024 23:17:23 +0100 Subject: [PATCH] added waybar, theme for wofi, swww - again to be safe --- .bashrc | 1 + .zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index bdbc902..fa35328 100644 --- a/.bashrc +++ b/.bashrc @@ -22,5 +22,6 @@ alias gitc="git commit -m" alias gitp="git push" alias icat="kitten icat" +alias cls="clear" eval "$(starship init bash)" diff --git a/.zshrc b/.zshrc index 11f883e..fa1ff36 100644 --- a/.zshrc +++ b/.zshrc @@ -123,5 +123,6 @@ alias gitc="git commit -m" alias gitp="git push" alias icat="kitten icat" +alias cls="clear" eval "$(starship init zsh)"