From 7031644731d1a8857b107be54f54d1ddd083f0bf Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 17 Nov 2024 22:46:28 -0600 Subject: aliases for awesome dir and http serve --- zscripts/aliasrc.zsh | 1 + zscripts/shortcuts.zsh | 1 + 2 files changed, 2 insertions(+) diff --git a/zscripts/aliasrc.zsh b/zscripts/aliasrc.zsh index f4e5035..5f1b52b 100755 --- a/zscripts/aliasrc.zsh +++ b/zscripts/aliasrc.zsh @@ -20,6 +20,7 @@ alias \ smci="sudo make clean install" \ smi="sudo make install" \ su="sudo su -l" \ + serve="python3 -m http.server" \ # Power scripts alias \ diff --git a/zscripts/shortcuts.zsh b/zscripts/shortcuts.zsh index 840e35c..3745225 100755 --- a/zscripts/shortcuts.zsh +++ b/zscripts/shortcuts.zsh @@ -10,4 +10,5 @@ alias \ xrc="cd ~/.config/x11" \ zrc="cd ~/.config/zsh" \ cdx="cd ~/docs/src/nixos" \ + cda="cd ~/.config/awesome" \ -- cgit v1.2.3