mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
we do not need -U for zsh
This commit is contained in:
parent
47e3200daa
commit
7bb4421bac
1 changed files with 3 additions and 3 deletions
6
zshrc
6
zshrc
|
@ -3,10 +3,10 @@
|
||||||
# Trivial modifications: David Majnemer
|
# Trivial modifications: David Majnemer
|
||||||
# vim:set nowrap:
|
# vim:set nowrap:
|
||||||
|
|
||||||
autoload -U compinit; compinit -d "${HOME}/.zsh/.zcompdump"
|
autoload compinit; compinit -d "${HOME}/.zsh/.zcompdump"
|
||||||
|
|
||||||
autoload -U age
|
autoload age
|
||||||
autoload -U zmv
|
autoload zmv
|
||||||
|
|
||||||
if [ ${ZSH_VERSION//.} -gt 420 ] ; then
|
if [ ${ZSH_VERSION//.} -gt 420 ] ; then
|
||||||
autoload -U url-quote-magic
|
autoload -U url-quote-magic
|
||||||
|
|
Loading…
Add table
Reference in a new issue