dotfiles_fish_server/themes/compact/right_prompt.fish

10 lines
272 B
Fish

# Compact Theme
# Author: Candifloss https://candifloss.cc
# Dependencies:
# 1. Prettyprompt: https://git.candifloss.cc/candifloss/PrettyPrompt
# 2. Nerdfonts: https://www.nerdfonts.com/
# Right prompt: pwd and git
function fish_right_prompt
prettyprompt-pwd
end