Files
dotfiles/fish/config.fish
T
2025-02-01 21:28:24 +02:00

12 lines
272 B
Fish

# Set Variables
set -gx fish_greeting ""
set -gx PATH /home/fucker/.local/bin:/home/fucker/.cargo/bin:$PATH
set -gx GPG_TTY $(tty)
# Set Aliases
alias ls="eza -lh"
# Set prompt and other stuff
source (/usr/local/bin/starship init fish --print-full-init | psub)
uwufetch