This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:fish [2021/05/01 19:12] – [Fish] scipio | tips:fish [2023/07/15 09:37] (current) – sscipioni | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Fish ====== | ====== Fish ====== | ||
| - | * https:// | + | * https:// |
| - | * https:// | + | |
| - | ===== virtualenv (DEPRECATED) ===== | + | |
| + | install meslo nerd font and set it in console (terminator, | ||
| + | < | ||
| + | yay -S ttf-meslo-nerd | ||
| + | </ | ||
| - | run edit mode | + | install fisher plugin manager |
| < | < | ||
| - | funced fish_prompt | + | curl -sL https:// |
| </ | </ | ||
| - | add before end of function | + | update |
| < | < | ||
| - | if set -q VIRTUAL_ENV | + | fisher update |
| - | echo -n -s (set_color -b blue white) " | + | fish_update_completions |
| - | end | + | |
| </ | </ | ||
| + | |||
| + | plugins | ||
| + | < | ||
| + | fisher install nakulj/ | ||
| + | fisher install IlanCosman/ | ||
| + | </ | ||
| + | |||
| + | change tide settings | ||
| + | < | ||
| + | tide configure | ||
| + | </ | ||
| + | |||
| + | aliases | ||
| + | < | ||
| + | alias task " | ||
| + | funcsave task | ||
| + | </ | ||
| + | |||