You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/plugins/better-alias
Dave Yarwood 14902584f5 fix for sudo command aliases 10 years ago
..
README.md
balias.fish fix for sudo command aliases 10 years ago
balias.spec.fish fix for sudo command aliases 10 years ago

README.md

A better alias provide completion

Use balias instead of alias,you can get same completion meanwhile you set alias.

Example

balias apti 'sudo apt-get install'
balias gc   'git checkout'

Then,you will get

apti

gc