You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
291 B
Fish

# Rawley Fowlers, config.fish. Last updated: April 30th, 2022
if status is-interactive
set fish_greeting
set TERM "st"
set EDITOR "nvim"
set VISUAL "nvim"
alias vim='nvim'
alias vi='nvim'
end
# Paths
set GOPATH $HOME/.go
set PATH $PATH /usr/local/bin /usr/bin /bin /usr/local/go/bin