Skip to content

Commit

Permalink
add ffs to known filesystems
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit authored and faho committed Dec 12, 2017
1 parent ba04c2a commit 277cd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/functions/__fish_print_filesystems.fish
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 277cd30

Please sign in to comment.