mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
13 lines
295 B
Fish
13 lines
295 B
Fish
# $DOTFILES/tools/fish/conf.d/prompt.fish
|
|
# Date: 2024-12-22
|
|
# Author: js0ny
|
|
|
|
# Location:
|
|
# ~/.config/fish/conf.d/prompt.fish
|
|
# Linking: Link the whole directory for submodules
|
|
# ln -sf $DOTFILES/tools/fish ~/.config/fish
|
|
|
|
if command -v starship > /dev/null
|
|
starship init fish | source
|
|
end
|
|
|