mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Clean mkdir completions
This commit is contained in:
parent
059e11078c
commit
09f9d71bb2
1 changed files with 1 additions and 2 deletions
|
@ -15,6 +15,5 @@ end
|
||||||
|
|
||||||
# Checks if SELinux is installed
|
# Checks if SELinux is installed
|
||||||
if command -s sestatus > /dev/null ^ /dev/null
|
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 -s Z --description 'Set SELinux security context of each created directory to the default type'
|
||||||
complete -c mkdir -l context --description 'Like -Z' -f
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue