stuff
This commit is contained in:
parent
f27aa8b65c
commit
35d2762ab1
12 changed files with 3054 additions and 20 deletions
|
|
@ -65,6 +65,12 @@ alias list-automounts = systemctl list-units --type=automount
|
|||
def remount [] {
|
||||
let reload = list-automounts | detect columns -n | get column0 | input list --multi
|
||||
for mount in $reload {
|
||||
systemctl resart $mount
|
||||
systemctl restart $mount
|
||||
}
|
||||
}
|
||||
|
||||
def cpedit [file: path] {
|
||||
mv $file $"($file).sym"; cp $"($file).sym" $file; chmod +w $file
|
||||
}
|
||||
|
||||
alias job = job list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue