Files
dots/fish/config.fish
Indrajith 824022cd1f Dots Updated
* Adds GTK Themes
* Adds wlogout
* Adds tmux config
* Adds Pywal-16-colors
* Removed unwanted gtk folders
* Config Updates
  * Fish
  * Hyprland
  * Hyprlock
  * Hyprpaper
  * waybar
2024-07-03 02:03:35 +05:30

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'