Files
dotfiles/.config/fish/config.fish
T
2025-05-11 03:38:48 -05:00

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