diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-17 22:46:28 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-17 22:46:28 -0600 |
commit | 7031644731d1a8857b107be54f54d1ddd083f0bf (patch) | |
tree | ef371232d39d73ac995dd08d05ae4fb842811c7d /zscripts/shortcuts.zsh | |
parent | 94fd48a49d19bf0f156a569f9d0be63a059353fe (diff) | |
download | zsh-7031644731d1a8857b107be54f54d1ddd083f0bf.tar.xz zsh-7031644731d1a8857b107be54f54d1ddd083f0bf.zip |
aliases for awesome dir and http serve
Diffstat (limited to 'zscripts/shortcuts.zsh')
-rwxr-xr-x | zscripts/shortcuts.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |