Skip to content

Instantly share code, notes, and snippets.

# ~/.config/fish/config.fish
# prompt setting (using starfish)
starship init fish | source
# Add PATH to peco
set -x PATH $PATH /usr/bin
# cd for parent directories
abbr .. "cd .."