1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00

migration

This commit is contained in:
Andrea Mistrali
2015-03-13 16:03:57 +01:00
parent fec1d63a8d
commit 0d61c334d7
160 changed files with 0 additions and 48269 deletions

26
zsh.d/50-functions.zsh Normal file
View File

@ -0,0 +1,26 @@
#######################################################################################
# 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
# repo_char - returns a character based on the type of repo we are in
autoload -U repo_char
# vim: set ts=4 sw=4 tw=0 ft=zsh :