Skip to content

Instantly share code, notes, and snippets.

View billrafferty's full-sized avatar
🦾
Working out with Ai

Bill Rafferty billrafferty

🦾
Working out with Ai
View GitHub Profile
@tikolakin
tikolakin / fish_alias.md
Last active May 2, 2024 14:21
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