* Adds GTK Themes * Adds wlogout * Adds tmux config * Adds Pywal-16-colors * Removed unwanted gtk folders * Config Updates * Fish * Hyprland * Hyprlock * Hyprpaper * waybar
10 lines
220 B
Fish
10 lines
220 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
function fish_greeting
|
|
echo "Greetings Professor Falken" | lolcat
|
|
end
|
|
|
|
alias open_file='fzf --preview "less {}" | xargs -o vim'
|