diff options
Diffstat (limited to '')
-rw-r--r-- | fish2024/functions/todj.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/todj.fish b/fish2024/functions/todj.fish new file mode 100644 index 0000000..bd64f49 --- /dev/null +++ b/fish2024/functions/todj.fish @@ -0,0 +1,4 @@ +function todj --wraps='~/code/bash/todj' --description 'alias todj=~/code/bash/todj' + ~/code/bash/todj $argv + +end |