13 lines
322 B
Fish
13 lines
322 B
Fish
if status is-interactive
|
|
#fastfetch
|
|
alias ls lsd
|
|
alias vim nvim
|
|
# set -g theme_color_scheme gruvbox
|
|
set -g theme_display_git_dirty yes
|
|
set -g theme_display_git_untracked yes
|
|
set -g theme_display_git_ahead_verbose yes
|
|
set -g theme_display_git_dirty_verbose yes
|
|
set -g theme_display_git_stashed_verbose yes
|
|
end
|
|
###
|