Commit Graph

24 Commits (ba77c20ebc0194e4dc6c3407be263a8e1a61199e)

Author SHA1 Message Date
binaryanomaly ba77c20ebc Merge 245faefd1b into d21e48e792 2016-12-27 06:29:51 +00:00
luispcosta 7352c748de Defined section for typical programming languages aliases. Added python and ipython aliases 2015-10-28 12:33:07 +00:00
luispcosta 1f5f2e246c Fixed back general aliases 2015-10-22 11:42:40 +01:00
luispcosta a9ca1ae3fb Added new git push origin master 2015-10-22 11:30:37 +01:00
Reto Haeberli 245faefd1b ls fixes, removed redundant tree alias 2015-09-08 19:51:19 +02:00
Reto Haeberli b8393252db ls alias differentiation Linux, OS X, OS X with coreutils ls 2015-09-08 19:40:07 +02:00
Reto Haeberli 2bcc572e8d ls alias cleanup 2015-09-06 19:57:08 +02:00
Reto Haeberli 73292820e1 Improved ls aliases from http://tldp.org/LDP/abs/html/sample-bashrc.html 2015-09-06 17:59:53 +02:00
Daniel Vergeylen 0fb33e457e Added 'catt' alias, which displays file content or folder content, according to file type. 2015-08-05 11:09:14 +02:00
Greg Nofi 6f1e045d5b Fix exit code check when setting alias for gshuf. 2014-09-18 10:20:44 -04:00
Tarjei Husøy ce5bb3d6eb Fix typo in general.aliases.bash. 2013-05-01 21:33:52 +03:00
Sebastian Pauka 1d1c57265c Fixed ls alias to use --color=auto instead of --color=always. 2013-03-07 10:19:08 +11:00
Erich Smith 17aaa9ce24 add alias metadata, remove help() 2012-05-22 09:57:25 +02:00
Nils Winkler f71be20247 Changed meta info resolution to look for data based on the type, e.g. about-plugin, about-alias, about-completion. 2012-05-21 15:52:03 +02:00
Nils Winkler 1f558e2550 Extended enable/disable and describe functionality to work for aliases and completions as well. 2012-05-21 13:24:49 +02:00
Eitan Adler 3fc60b5358 Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
rjorgenson f0bceecb88 added error suppression to tree alias
the $(which tree) check general.aliases would ouput an error if the
    command was not found. Added suppression of that error.
2011-11-29 23:45:25 -07:00
Mark Szymanski 70e4c1ced0 Merge branch 'master' of github.com:revans/bash-it 2011-08-12 16:31:18 -05:00
Mark Szymanski ba8fde85eb Make gshuf alias checker work on other bash versions 2011-08-12 16:30:55 -05:00
Antono Vasiljev 89da5f9cec general.aliases.bash: use native tree if [ -x ] .... 2011-08-12 04:11:16 +03:00
Mark Szymanski e964c029aa Add alias for shuf -> gshuf 2011-08-10 18:49:07 -05:00
David DeSandro 4a8e08e783 Revert "Add various aliases"
This reverts commit 3ef689f29a.
2011-06-20 16:13:59 -04:00
David DeSandro 3ef689f29a Add various aliases 2011-06-17 10:57:31 -04:00
Travis Swicegood ef42010c7b Make all aliases optional (a la plugins)
This continues a pattern that was introduced in ffa45b0 and refined
further in later commits.  This enables all aliases by default, but can
be disabled by any user if they remove the appropriate
aliases/enabled/*.bash file.
2011-06-12 19:47:17 -05:00