common/home/fish/config.fish

14 lines
246 B
Fish
Executable File

#!/bin/fish
set fish_greeting
alias ubisunt='grep . -rnw -e'
set -x GIT_EDITOR vim
set -x LANG en_US.UTF-8
# opam configuration
if test -e ~/.opam/opam-init/init.fish
source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
end