ref(zsh): rename calculator to accept_line
This commit is contained in:
parent
9b303d5385
commit
ae5ff167ee
@ -1,5 +1,3 @@
|
||||
# calculator
|
||||
|
||||
export ZCALC_HISTFILE="${HOME}/.zcalc_history"
|
||||
|
||||
autoload -U zcalc
|
||||
@ -31,6 +31,6 @@ source "${ZDOTDIR}/plugin"
|
||||
|
||||
source "${ZDOTDIR}/mappings"
|
||||
|
||||
source "${ZDOTDIR}/calculator"
|
||||
source "${ZDOTDIR}/accept_line"
|
||||
|
||||
_sod "${ZDOTDIR}/zshrc.d"
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user