mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
remove left over debug statement
This commit is contained in:
parent
63d601610d
commit
ff4d275f22
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ function alias --description 'Creates a function wrapping a command'
|
||||||
else if not set -q argv[2]
|
else if not set -q argv[2]
|
||||||
# Alias definition of the form "name=value".
|
# Alias definition of the form "name=value".
|
||||||
set -l tmp (string split -m 1 "=" -- $argv) ""
|
set -l tmp (string split -m 1 "=" -- $argv) ""
|
||||||
show $tmp
|
|
||||||
set name $tmp[1]
|
set name $tmp[1]
|
||||||
set body $tmp[2]
|
set body $tmp[2]
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue