1
0
dotfiles/.config/zsh/alias/history.zsh

6 lines
81 B
Bash

#!/bin/zsh
fc() { builtin fc -i "$@" ; }
# history() { builtin fc -il "$@" ; }