mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 06:30:47 +08:00
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
|
|
####################
|
|
# 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'
|