9 lines
233 B
Fish
9 lines
233 B
Fish
#if [ "$(tty)" = "/dev/tty1" ]; exec Hyprland >> /dev/null; end
|
|
source ~/.config/aliases
|
|
alias cd="z"
|
|
set fish_greeting
|
|
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
zoxide init fish | source
|