> Remember to close the terminal after used AM, and then repone it to use AM. See if something changes.
I changed my default shell from FISH to BASH, then I renamed my fish config directory so I c...
I do have a `$HOME/.local/share/fish` directory.
Here you go:
```txt
ls -aR $HOME/.local/share/fish
. .. fish_history generated_completions vendor_completions.d
/home/kris/.local...
> Do `deb-get update` and `deb-get upgrade` require `sudo` as well? The example in [README](https://github.com/wimpysworld/deb-get) does not mention sudo.
>
> And, from git history, I removed `sud...
I can confirm that if I rename/delete the `~./config/fish/completions/` directory, AM will not be able to create completions for the FISH shell.
So you should change the script so that if the **`$...
Hey, I tried using the commands that you suggested, and here is I got:
```txt
am --devmode-enable
-----------------------------------------------------------------------------
"AM" 9.4.1-3: DEVE...
> The way Topgrade invokes `deb_get` looks quite clean, `sudo` is not even used:
Maybe you should change that, because if I try to install a package using deb-get without invoking `sudo` beforehan...