mise en place de starship
This commit is contained in:
parent
0150cb0884
commit
a86e9fc69e
3 changed files with 10 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ alias vi=$EDITOR
|
|||
# PROMPT
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
if [ -f "$HOME/.local/bin/starship" ]; then
|
||||
if hash starship 2>/dev/null; then
|
||||
eval "$(starship init bash)"
|
||||
else
|
||||
# set a minimalist prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue