mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-09 14:32:40 +01:00
disable fish prompt
This commit is contained in:
parent
f24039fb47
commit
9ca9e783c1
1 changed files with 1 additions and 5 deletions
|
@ -32,11 +32,7 @@ set -gx ANSIBLE_NOCOWS 1
|
||||||
|
|
||||||
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
||||||
|
|
||||||
{{- if eq .chezmoi.os "darwin" }}
|
set -g fish_greeting ""
|
||||||
set -g fish_greeting "Wsh, bien ?"
|
|
||||||
{{- else }}
|
|
||||||
set -g fish_greeting "Wsh, bien ?"
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
# Install python with pyenv with tcl/tk support
|
# Install python with pyenv with tcl/tk support
|
||||||
# https://stackoverflow.com/a/60469203/2758732
|
# https://stackoverflow.com/a/60469203/2758732
|
||||||
|
|
Loading…
Reference in a new issue