ref(zsh): rename calculator to accept_line

This commit is contained in:
thek4n 2024-12-01 21:13:06 +03:00
parent 9b303d5385
commit ae5ff167ee
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,3 @@
# calculator
export ZCALC_HISTFILE="${HOME}/.zcalc_history"
autoload -U zcalc

View File

@ -31,6 +31,6 @@ source "${ZDOTDIR}/plugin"
source "${ZDOTDIR}/mappings"
source "${ZDOTDIR}/calculator"
source "${ZDOTDIR}/accept_line"
_sod "${ZDOTDIR}/zshrc.d"

View File

@ -8,5 +8,6 @@ zfiles+=($(find "${ZDOTDIR}/" -maxdepth 1 -type f -not -name '*.zwc'))
for zfile in "${zfiles[@]}"
do
echo zcompile "${zfile}"
zcompile "${zfile}"
done