To avoid double printing of the virtualenv name in prompt add the below to
config.fish
set -gx VIRTUAL_ENV_DISABLE_PROMPT 1
echo "install omf first"
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
omf install neolambda
the quickest way i found to test a PR or feature is to pull in a docker container, for my use case archlinux
and then install which
, and git
using pacman followed by omf and this theme neolambda
.
- when working with cmake based projects and out of source build dirs it'd be nice to print the current git branch within the build dir for managing multi build dirs and git forks with branches
- look into creating project based icons, ie. replace
λ
with a green box if inside a node project, ie. if the shell/theme detects apackage.json
file. - use command+right-arrow to toggle the display of the
fish_right_prompt.fish
- or possible control+\
- experiment with creating an animated svg to replace / complement the animated gif
cat myrecrod.cast | svg-term --out myrecord.svg --window
- when working with subshells add a super/sub script to the
λ
to aid in knowing which subshell one is working in