nit(global/shell): only add mnt/umnt if sudo is enabled
This commit is contained in:
parent
f405c1b118
commit
6cbd439f40
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ in
|
|||
|
||||
lsdisk = "lsblk -o name,size,mountpoints,fstype,label,uuid,fsavail,fsuse%";
|
||||
|
||||
mnt = "s mount";
|
||||
umnt = "s umount";
|
||||
mnt = ifSudo "s mount";
|
||||
umnt = ifSudo "s umount";
|
||||
|
||||
mktmp = "cd $(mktemp -d)";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue