mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
update fish config
This commit is contained in:
parent
70cc0aa2e3
commit
9eaeadef40
9 changed files with 35 additions and 25 deletions
|
|
@ -3,24 +3,5 @@ if status is-interactive
|
|||
set -x GPG_TTY (tty)
|
||||
end
|
||||
|
||||
# Disable greeting
|
||||
set -g fish_greeting
|
||||
|
||||
# Path stuff
|
||||
fish_add_path $HOME/bin
|
||||
fish_add_path $HOME/.local/bin
|
||||
|
||||
set -x EDITOR nvim
|
||||
|
||||
# Colors
|
||||
set fish_color_user normal
|
||||
set fish_color_host blue
|
||||
set fish_color_host_remote blue
|
||||
set fish_color_command blue
|
||||
set fish_color_quote purple
|
||||
set fish_color_keyword yellow
|
||||
set fish_color_option normal
|
||||
set fish_color_param normal
|
||||
set fish_color_valid_path green
|
||||
set fish_color_comment gray
|
||||
set fish_color_operator cyan
|
||||
set fish_color_cancel red
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue