1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

Unset fish greeting

This commit is contained in:
Jack 2018-11-30 22:00:45 -05:00
parent cbc1a4932f
commit bb6513979c

View File

@ -1,4 +1,5 @@
### Environment Variables ###
set -U fish_greeting
set -U fish_user_paths ~/.local/bin
# Use all cores for make by default
set -gx MAKEFLAGS -j(nproc)