Trying fish

This commit is contained in:
Louis Lacoste 2023-04-28 14:39:41 +02:00
parent 2e8413c168
commit e03dfefba1

16
.config/fish/config.fish Normal file
View file

@ -0,0 +1,16 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
# Color fix
set -x fish_color_user --bold green
# For informative git prompt
set -x __fish_git_prompt_show_informative_status 1
set -x __fish_git_prompt_showuntrackedfiles 1
set -x __fish_git_prompt_color_untrackedfiles --bold red
set -x __fish_git_prompt_showdirtystate 1
set -x __fish_git_prompt_showcolorhints 1
# Aliases
abbr --add dotfiles git --git-dir=$HOME/.dotfiles --work-tree=$HOME