Is there a way to list all aliases, something like:
$ ls-aliases .. \"cd ..\" la \"ls -Gla\" gs \"git stash\" etc...
Also is it possible to add
If someone stumbles upon this like I did:
Current fish version (3.0.2) has alias (without params) that lists all aliases.
fish
alias
(Similarly abbr lists all abbreviations.)
abbr
(@heemayl pointed out that bash has alias as well...)
bash