This website requires JavaScript.
Explore
Help
Sign In
krd
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
0ec196bef2
dotfiles
/
.config
/
zsh
/
alias
/
history.zsh
6 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
initial commit
2021-03-21 18:25:10 +03:00
#!/bin/zsh
fc
(
)
{
builtin
fc
-i
"
$@
"
;
}
zsh: aliases and related
2021-12-07 02:46:50 +03:00
# history() { builtin fc -il "$@" ; }
Copy Permalink