6 lines
81 B
Bash
6 lines
81 B
Bash
#!/bin/zsh
|
|
|
|
fc() { builtin fc -i "$@" ; }
|
|
|
|
# history() { builtin fc -il "$@" ; }
|