15 lines
357 B
Fish
15 lines
357 B
Fish
if status is-interactive
|
|
#fastfetch
|
|
alias ls lsd
|
|
alias vim nvim
|
|
set -g fish_greeting
|
|
set -g theme_display_git_default_branch yes
|
|
set -g theme_display_git_ahead_verbose yes
|
|
set -g theme_display_git_dirty_verbose yes
|
|
set -g theme_nerd_fonts yes
|
|
set -g theme_color_scheme dark
|
|
set -g theme_display_user ssh
|
|
set -g theme_show_exit_status yes
|
|
end
|
|
###
|