Nushell extrenal completions for fd using fd-completions.nu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PR 20240926 | |
# This was done for Nushell 98.0 | |
source .oh-my-posh.nu | |
oh-my-posh init nu --config C:\Users\Paul_Ray\AppData\Local\Programs\oh-my-posh\themes\gmay.omp_PR.json | |
# --------------------------------------------------------------------- | |
# Load modules | |
use g:\work\nu\mathfunctions.nu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Completions | |
source ($nu.data-dir | path join 'completions' | path join 'fd-completions.nu') | |
source ($nu.data-dir | path join 'completions' | path join 'rg-completions.nu') | |
source ($nu.data-dir | path join 'completions' | path join 'scoop-completions.nu') | |
source ($nu.data-dir | path join 'completions' | path join 'winget-completions.nu') |
NewerOlder