2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-16 23:14:04 +00:00
fish-shell/tests/alias.out
2017-08-04 11:02:11 -07:00

10 lines
295 B
Text

####################
# Avoid regressions of issue #3860 wherein the first word of the alias ends with a semicolon
ran foo
foo ran
####################
# Bare `alias` should list the aliases we have created and nothing else
alias a-2 'echo "hello there"'
alias my_alias 'foo; and echo foo ran'