diff --git a/updates.txt b/updates.txt index 21b58192..32676625 100644 --- a/updates.txt +++ b/updates.txt @@ -14,9 +14,6 @@ add notation about using pick to parse through output, and pipe that using xargs example: ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick) -Install nvm - -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash - -and copy the zshrc and bashrc files which create the environment variable for nvm +Install fim (allows viewing of images in tty environment) +doas pacman -S fim