diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-09 17:59:39 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-09 17:59:39 -0600 |
commit | 94fd48a49d19bf0f156a569f9d0be63a059353fe (patch) | |
tree | bf2e942a5023b735293658065fa33c87837eae00 | |
parent | a691c5241574c051f85ccdb4b2fe037719cb1b58 (diff) | |
download | zsh-94fd48a49d19bf0f156a569f9d0be63a059353fe.tar.xz zsh-94fd48a49d19bf0f156a569f9d0be63a059353fe.zip |
nixos shortcut and fix nvim shortcut
-rwxr-xr-x | zscripts/shortcuts.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zscripts/shortcuts.zsh b/zscripts/shortcuts.zsh index 214b7f7..840e35c 100755 --- a/zscripts/shortcuts.zsh +++ b/zscripts/shortcuts.zsh @@ -6,7 +6,8 @@ alias \ cdc="cd ~/docs/src/programs" \ cds="cd ~/docs/src/scripts" \ cdw="cd ~/docs/src/sites" \ - vrc="vim ~/.config/nvim/init.vim" \ + vrc="cd ~/.config/nvim" \ xrc="cd ~/.config/x11" \ zrc="cd ~/.config/zsh" \ + cdx="cd ~/docs/src/nixos" \ |