From 22a5bf1c9caf26ce25f9bf21ec5405e97985a6a7 Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Thu, 17 Dec 2020 10:24:14 -0500 Subject: [PATCH] ubuntu: obey linting rules --- ubuntu fresh install.md | 69 +++++++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 30 deletions(-) diff --git a/ubuntu fresh install.md b/ubuntu fresh install.md index f0dd44f..6a97041 100644 --- a/ubuntu fresh install.md +++ b/ubuntu fresh install.md @@ -54,44 +54,52 @@ Put config file /dev/null '||' nvm use default end ``` - - **nvm.fish** - ```fish - function nvm - functions -e __nvm_load node npm npx - bass source ~/.nvm/nvm.sh --no-use ';' source ~/.nvm/bash_completion ';' nvm $argv - end - ``` - - **npx.fish** - ```fish - function npx - __nvm_load - npx $argv - end - ``` - - **npm.fish** - ```fish - function npm - __nvm_load - npm $argv - end - ``` - - **node.fish** - ```fish - function node - __nvm_load - node $argv - end - ``` + - **nvm.fish** + + ```fish + function nvm + functions -e __nvm_load node npm npx + bass source ~/.nvm/nvm.sh --no-use ';' source ~/.nvm/bash_completion ';' nvm $argv + end + ``` + + - **npx.fish** + + ```fish + function npx + __nvm_load + npx $argv + end + ``` + + - **npm.fish** + + ```fish + function npm + __nvm_load + npm $argv + end + ``` + + - **node.fish** + + ```fish + function node + __nvm_load + node $argv + end + ``` ### Zsh - Edit ~/.zshrc @@ -145,6 +153,7 @@ export PAGER=most ```bash plugins=(git zsh-syntax-highlighting zsh-autosuggestions) ``` + **Note:** Probably need to install them first ## Gnome extensions