Skip to content

Instantly share code, notes, and snippets.

View ahmadalibaloch's full-sized avatar
🎯
Focusing

Ahmad Ali ahmadalibaloch

🎯
Focusing
View GitHub Profile
@ahmadalibaloch
ahmadalibaloch / fish_alias.md
Created February 18, 2023 13:31 — forked from tikolakin/fish_alias.md
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