18 lines
362 B
Fish
18 lines
362 B
Fish
source ~/.config/aliases
|
|
zoxide init fish | source
|
|
alias cd=z
|
|
#fastfetch
|
|
set fish_greeting
|
|
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
fish_add_path ~/.spicetify
|
|
fish_add_path ~/Scripts/
|
|
fish_add_path ~/go/bin/
|
|
|
|
set EDITOR /usr/bin/nvim
|
|
|
|
# Created by `pipx` on 2025-12-14 01:29:13
|
|
set PATH $PATH /home/cory/.local/bin
|