some fish compat changes
This commit is contained in:
parent
1180ab9d18
commit
5cade8ec7b
2 changed files with 3 additions and 1 deletions
|
@ -15,9 +15,11 @@ end
|
||||||
setpath ~/.local/share/cargo/bin
|
setpath ~/.local/share/cargo/bin
|
||||||
setpath ~/.ghcup/bin
|
setpath ~/.ghcup/bin
|
||||||
setpath ~/.cabal/bin
|
setpath ~/.cabal/bin
|
||||||
|
setpath ~/.cargo/bin
|
||||||
setpath ~/.local/bin
|
setpath ~/.local/bin
|
||||||
setpath ~/.rye/shims
|
setpath ~/.rye/shims
|
||||||
setpath ~/.local/share/mise/shims
|
setpath ~/.local/share/mise/shims
|
||||||
|
setpath /opt/homebrew/bin
|
||||||
# Both of these work now apparently?
|
# Both of these work now apparently?
|
||||||
setpath ~/.config/emacs/bin
|
setpath ~/.config/emacs/bin
|
||||||
setpath ~/.fly/bin
|
setpath ~/.fly/bin
|
||||||
|
|
|
@ -6,7 +6,7 @@ function fish_prompt
|
||||||
set -g blue (set_color -o blue)
|
set -g blue (set_color -o blue)
|
||||||
set -l green (set_color -o green)
|
set -l green (set_color -o green)
|
||||||
set -g normal (set_color normal)
|
set -g normal (set_color normal)
|
||||||
set -l host (cat /etc/hostname)
|
set -l host (hostname -s)
|
||||||
set -l user (whoami)
|
set -l user (whoami)
|
||||||
set initial_indicator "$user@$host"
|
set initial_indicator "$user@$host"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue