tips:fish

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:fish [2020/12/18 11:04] scipiotips:fish [2023/07/15 09:37] (current) sscipioni
Line 1: Line 1:
 ====== Fish ====== ====== Fish ======
  
-  * https://github.com/0rax/fishline+  * https://github.com/jorgebucaran/awsm.fish
  
 +install meslo nerd font and set it in console (terminator, ...)
 +<code>
 +yay -S ttf-meslo-nerd
 +</code>
  
-===== virtualenv (DEPRECATED) ===== 
  
 +install fisher plugin manager
 +<code>
 +curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
 +</code>
  
 +update
 +<code>
 +fisher update
 +fish_update_completions
 +</code>
  
-run edit mode +plugins
 <code> <code>
-funced fish_prompt --editor vim+fisher install nakulj/auto-venv 
 +fisher install IlanCosman/tide@v5
 </code> </code>
  
-add before end of function+change tide settings
 <code> <code>
-if set -q VIRTUAL_ENV +tide configure
-     echo -n -s (set_color -b blue white) "(" (basename "$VIRTUAL_ENV") ")" (set_color normal) " " +
-end+
 </code> </code>
 +
 +aliases
 +<code>
 +alias task "go-task"
 +funcsave task
 +</code>
 +
  • tips/fish.1608285875.txt.gz
  • Last modified: 2020/12/18 11:04
  • by scipio