mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:28:58 +08:00
Clean mkdir completions
This commit is contained in:
parent
059e11078c
commit
09f9d71bb2
|
@ -15,6 +15,5 @@ end
|
|||
|
||||
# Checks if SELinux is installed
|
||||
if command -s sestatus > /dev/null ^ /dev/null
|
||||
complete -c mkdir -s Z --description 'Set SELinux security context of each created directory to the default type'
|
||||
complete -c mkdir -l context --description 'Like -Z' -f
|
||||
complete -c mkdir -l context -s Z --description 'Set SELinux security context of each created directory to the default type'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user