diff options
Diffstat (limited to 'functions')
-rw-r--r-- | functions/as.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/as.fish b/functions/as.fish index e7ceaa7..cadd88d 100644 --- a/functions/as.fish +++ b/functions/as.fish @@ -2,4 +2,5 @@ function as sudo apt-get update sudo apt-get -y upgrade sudo apt-get -y autoremove + sudo apt-get clean end |