mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 07:18:08 +08:00
remove left over debug statement
This commit is contained in:
parent
63d601610d
commit
ff4d275f22
@ -25,7 +25,6 @@ function alias --description 'Creates a function wrapping a command'
|
||||
else if not set -q argv[2]
|
||||
# Alias definition of the form "name=value".
|
||||
set -l tmp (string split -m 1 "=" -- $argv) ""
|
||||
show $tmp
|
||||
set name $tmp[1]
|
||||
set body $tmp[2]
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user