Skip to content

Commit

Permalink
Map custom nushell helpers to nushell path
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Sep 18, 2024
1 parent 8910054 commit bf6a0a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mappings/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
["init.sh", "~/projects/privatefiles/init.sh"],
["https://raw.githubusercontent.com/NonlinearFruit/english-words/master/words.txt", "~/scripts/words.txt", "curl"],
["https://raw.githubusercontent.com/NonlinearFruit/Creeds.json/master/creeds/westminster_shorter_catechism.json", "~/scripts/westminster_shorter_catechism.json", "curl"],
["https://raw.githubusercontent.com/NonlinearFruit/nu-gron/master/gron.nu", "~/.config/nushell/scripts/gron.nu", "curl"],
["https://raw.githubusercontent.com/NonlinearFruit/nu-vipe/master/vipe.nu", "~/.config/nushell/scripts/vipe.nu", "curl"],
["https://raw.githubusercontent.com/NonlinearFruit/nu-fox/master/fox.nu", "~/.config/nushell/scripts/fox.nu", "curl"],
["https://raw.githubusercontent.com/NonlinearFruit/nuUnit/master/nuunit.nu", "~/scripts/nuunit", "curl"],
["wezterm/*", "~/.config/wezterm"]
]

0 comments on commit bf6a0a7

Please sign in to comment.