aboutsummaryrefslogtreecommitdiff
path: root/fish/config.fish
blob: 5ad4222f0b67879cc646549ba4da8523ffce1790 (plain)
1
2
3
4
5
6
7
8
9
function fish_prompt
    printf '%s%s%s $ ' \ (set_color $fish_color_cwd) (prompt_pwd --full-length-dirs 5) (set_color normal)
end

if status is-interactive
    # Commands to run in interactive sessions can go here

    set -g fish_greeting ''
end