summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/index.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh
index 5efe068..e109b44 100644
--- a/zsh/index.zsh
+++ b/zsh/index.zsh
@@ -23,6 +23,8 @@ alias lg=lazygit
alias b='bluetoothctl connect E4:92:82:B5:80:1F'
alias p='cd ~/projects'
alias c='cd ~/.config'
+alias dark="lookandfeeltool -a org.kde.breezedark.desktop"
+alias light="lookandfeeltool -a org.kde.breeze.desktop"
eval $(ssh-agent -s) >> /dev/null