Quantcast
Channel: Active questions tagged fish - Stack Overflow
Viewing all articles
Browse latest Browse all 92

Zsh global alias equivalent in fish shell

$
0
0

In Zsh I use the following global alias:

alias -g L='| less --chop-long-lines'

When executing echo "hello world" L in Zsh, less will display the sentence 'hello world'.
How to write a fish function equivalent to a Zsh global alias?


Viewing all articles
Browse latest Browse all 92

Trending Articles