Add laptop config
This commit is contained in:
parent
4061bd2823
commit
b54057e095
5 changed files with 11 additions and 2 deletions
4
fish/functions/update.fish
Normal file
4
fish/functions/update.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
function update --wraps='sudo emerge --sync && sudo emerge -avDNu && sudo smart-live-rebuild' --description 'alias update=sudo emerge --sync && sudo emerge -avDNu && sudo smart-live-rebuild'
|
||||
sudo emerge --sync && sudo emerge -avuDN @world && sudo smart-live-rebuild $argv
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue