ref(fish): cleanup

This commit is contained in:
Léana 江 2023-09-08 20:43:53 +02:00 committed by Léana 江
parent 0462bbfd48
commit aee51d2d13
6 changed files with 4 additions and 5 deletions

View file

@ -3,6 +3,6 @@ function file_mantissa --description 'Obtain file name without extension'
echo (basename $argv) | sed 's/\.[^.]*$//'
else
echo "Please supply a path"
return 1
return 1
end
end