Fix bug in rm-ext
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ def tildize [] {
|
||||
|
||||
# remove extension shortcut
|
||||
def rm-ext [] {
|
||||
$in | path parse | udpate extension "" | get parent stem | str join "/"
|
||||
$in | path parse | update extension "" | get parent stem | str join "/"
|
||||
}
|
||||
|
||||
# ls builtin
|
||||
|
||||
Reference in New Issue
Block a user