mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Added missing ? (#511)
This commit is contained in:
parent
7df415984f
commit
4b82839c90
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def get_path [] {
|
|||
default (
|
||||
$env.XDG_DATA_HOME? |
|
||||
default (
|
||||
$env.HOME | path join ".local" "share" |
|
||||
$env.HOME? | path join ".local" "share" |
|
||||
default (
|
||||
$env.USERPROFILE? | path join "bm"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue