1
0
mirror of https://github.com/akelge/zsh synced 2025-07-18 03:22:10 +00:00

Test of integration of brew and utils

This commit is contained in:
2021-10-28 10:11:01 +02:00
parent 360ae5fa01
commit a98a44ba5d
6 changed files with 42 additions and 30 deletions

View File

@ -1,29 +1,18 @@
#######################################################################################
# Functions
# cdb - Goes to folder by complete path
autoload -U cdb
# hist - Grep from history
autoload -U hist
# hdu - Human readable report of files and directories sizes
autoload -U hdu
# dust - list total size in . directory
autoload -U dust
# bak - remove backup files
autoload -U bak
#
# fancyTerm - returns true if we are on xterm/rxvt/screen, elsewhere false
autoload -U fancyTerm
# Autoload all functions in zshfunctions
#
autoload -U ./zshfunctions/*(.:t)
# # repo_char - returns a character based on the type of repo we are in
# autoload -U repo_char
# # cdb - Goes to folder by complete path
# autoload -U cdb
autoload -U x509
# # bak - remove backup files
# autoload -U bak
autoload -U awsprofile
# autoload -U x509
# autoload -U awsprofile
# vim: set ts=4 sw=4 tw=0 ft=zsh :