diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-16 08:52:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-16 08:52:30 +0300 |
| commit | ac54a6e8a7c129e5e0820a02d0fa4957574ae30a (patch) | |
| tree | 7f4861c3c5dc8e23c9f18d4979861dc967a06a2c | |
| parent | fe09ede32d63b0d5cc9e7e33765b9e4a4759c20f (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/quickedit.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/quickedit.fish b/dotfiles/fish/conf.d/quickedit.fish index 93e1e0d..c722acc 100644 --- a/dotfiles/fish/conf.d/quickedit.fish +++ b/dotfiles/fish/conf.d/quickedit.fish @@ -89,3 +89,5 @@ abbr -a er "ranger $QUICKEDIT_DIR" abbr -a cdquickedit "cd $QUICKEDIT_DIR" abbr -a cdnotes 'cd ~/Notes' abbr -a cdfish 'cd ~/.config/fish/conf.d' +abbr -a cddocs 'cd ~/Documents' +abbr -a cdocs 'cd ~/Documents' |
