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