mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
add ffs to known filesystems
This commit is contained in:
parent
ba04c2af3d
commit
277cd30520
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
function __fish_print_filesystems -d "Print a list of all known filesystem types"
|
||||
set -l fs adfs affs autofs coda coherent cramfs devpts efs ext ext2 ext3
|
||||
set -l fs adfs affs autofs coda coherent cramfs devpts efs ext ext2 ext3 ffs
|
||||
set -a fs hfs hpfs iso9660 jfs minix msdos ncpfs nfs ntfs proc qnx4 ramfs
|
||||
set -a fs reiserfs romfs smbfs sysv tmpfs udf ufs umsdos vfat xenix xfs xiafs
|
||||
# Mount has helper binaries to mount filesystems
|
||||
|
|
Loading…
Reference in a new issue