12 lines
272 B
Fish
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
|