Skip to content

Instantly share code, notes, and snippets.

View billrafferty's full-sized avatar
:shipit:
Don’t panic. I’m just playing with Ai

Bill Rafferty billrafferty

:shipit:
Don’t panic. I’m just playing with Ai
View GitHub Profile
@tikolakin
tikolakin / fish_alias.md
Last active February 17, 2025 10:33
Create alias in Fish shell and save this as a permanent function

Directly from CLI

alias x='exit'
funcsave x

or create a file in

~/.config/fish/functions 

with name