fixed a split statement which broke some lines in the list view (fused paths together)

master
Anton Lydike 2 years ago
parent 2e8045c06a
commit 9379c6c471

@ -93,7 +93,7 @@ function mnt_core_pretty_list_mounts
echo -n "[-] "
end
set pretty (string split '\t' (mnt_core_pretty_print_line $_flag_full_paths $pretty_print_mode $line))
set pretty (string split \t (mnt_core_pretty_print_line $_flag_full_paths $pretty_print_mode $line))
if ! set -q _flag_full_paths
set pretty[1] (shorten_path $pretty[1])

Loading…
Cancel
Save