Bash now autocomplete commands when ran with sudo
This commit is contained in:
parent
2b8c9d0551
commit
aec1312f13
1 changed files with 3 additions and 0 deletions
3
airootfs/etc/profile.d/99-sudocomplete.sh
Normal file
3
airootfs/etc/profile.d/99-sudocomplete.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
complete -cf sudo
|
Loading…
Reference in a new issue