####################################################################################### # Functions # # 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 :