mirror of
https://github.com/akelge/zsh
synced 2025-07-18 03:22:10 +00:00
fix functions and plugins
This commit is contained in:
@ -3,16 +3,4 @@
|
||||
#
|
||||
# Autoload all functions in zshfunctions
|
||||
#
|
||||
autoload -U ./zshfunctions/*(.:t)
|
||||
|
||||
# # cdb - Goes to folder by complete path
|
||||
# autoload -U cdb
|
||||
|
||||
# # bak - remove backup files
|
||||
# autoload -U bak
|
||||
|
||||
# autoload -U x509
|
||||
|
||||
# autoload -U awsprofile
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
autoload -U $LIBRARY/zshfunctions/*(.:t)
|
||||
|
Reference in New Issue
Block a user