Commit graph

54 commits

Author SHA1 Message Date
Chauncey Garrett
4f7710c781 Set CLICOLOR to colorize ls
`ls --color-auto` is not correct of OS X. Set the environment variable
instead (same as using ls -G).

[ticket: X]
2014-08-29 11:31:46 -05:00
Chauncey Garrett
0756ac5464 Merge branch 'master' of https://github.com/sorin-ionescu/prezto
* 'master' of https://github.com/sorin-ionescu/prezto: (63 commits)
  Support $PYTHONUSERBASE per PEP 370
  Create a default tmux session only when none defined in tmux.conf
  Fix git-info added/deleted count formatting typo
  [Fix #543] Do not set tmux destroy-unattached
  Simplify multiplexer auto-start tests
  Inform the user to load ruby as late as possible when using RVM
  [Fix #551] Rename tmux auto-start session
  Fix a test operator bug introduced in e5a0e33
  [Fix #541] Do not auto-load screen/tmux inside of Emacs/Vim
  Disable glob for bower
  Prefix rarely used osx functions
  Add functions to display and delete osx download history
  Update osx alias descriptions
  Make osx functions autoloadable
  Cast AppleScript paths to text
  Add capability to browse man pages in Dash.app
  Remove Bwana.app support
  Add double slash after Bwana.app's man protocol
  [Fix #361] Load chruby when found
  [Fix #535] Set Pacman frontend to 'pacman' when none set
  ...
2014-04-14 13:47:12 -05:00
Chauncey Garrett
91bc945510 Added aliases for ls-ing hidden files only.
[ticket: X]
2014-03-25 18:17:56 -05:00
Chauncey Garrett
2bd20aa367 Added support for the silver searcher (ag)
[ticket: X]
2014-03-25 17:17:08 -05:00
Laurent Goussard
8189577772 Disable glob for bower
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
2014-02-16 18:29:01 -05:00
Sorin Ionescu
80ded5e33d Revert "Remove utility aliases for Cygwin"
This reverts commit d368d0536b.
2014-01-04 17:30:37 -05:00
Sorin Ionescu
d368d0536b Remove utility aliases for Cygwin 2013-11-29 08:46:14 -05:00
Chauncey Garrett
f7fc26713f Merge remote-tracking branch 'upstream/master'
* upstream/master:
  Simplify a conditional
  Remove duplicate alias definitions
  Add utility aliases for Cygwin
  Replace pythonz with pyenv
  Update external syntax-highlighting
  Update external history-substring-search
  Update external completions
  Clarify customization instructions
  Move from Carton to Cask
  Increase control over multiplexer auto-start
  [Fix #459] Correct typos in the dpkg module
  [Fix #452] Squash bugs introduced in fcab2a1
  [Fix #411] Add Homebrew module
  [Fix #434] Correct ambiguity in the use of the term keymap
2013-08-26 00:13:59 -05:00
Sorin Ionescu
959887013d Simplify a conditional 2013-08-20 08:47:18 -04:00
Sorin Ionescu
b769505857 Remove duplicate alias definitions 2013-08-20 08:46:37 -04:00
Nicholas Hutchinson
622e7b117b Add utility aliases for Cygwin
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
2013-08-20 08:35:55 -04:00
vrtcl1dvoshun
87d56a95b4 Changed mkdcd to mcd
`mcd` is much easier (to me, at least) to type and remember than mkdcd
and hasn't (in my experience) gotten in the way of anything else I've
needed to use.

[ticket: X]
2013-05-22 17:02:14 -05:00
Sorin Ionescu
d0535dd2fd Simplify mkdcd completion 2012-09-30 16:05:36 -04:00
Sorin Ionescu
c8b82afeec Increase readability in utility init 2012-09-11 02:03:32 -04:00
Sorin Ionescu
38d1875020 Match BSD ls colors to Linux ls colors 2012-09-11 01:59:04 -04:00
Sorin Ionescu
bc4351cfab [Fix #283] Define $LS_COLORS for completion 2012-09-11 01:57:28 -04:00
Sorin Ionescu
e5e26eccff [#245] Convert helper into a module 2012-09-08 19:23:33 -04:00
Sorin Ionescu
209846011f [Fix #267] Fix psu on non-Mac OS X systems 2012-09-06 23:43:40 -04:00
Sorin Ionescu
cc7e43b242 [Fix #253] Move Prezto settings into their own file 2012-09-03 16:52:47 -04:00
Sorin Ionescu
fb9a20591f [Fix #197] Rebrand as Prezto
Conflicts:
	README.md
	runcoms/zshenv
2012-09-03 16:51:27 -04:00
Sorin Ionescu
2f4f11bd40 Use $VISUAL and fallback on $EDITOR for the e alias 2012-08-28 23:58:09 -04:00
Sorin Ionescu
2183f64d31 Move prep and psub from Perl to Utility 2012-08-13 20:13:55 -04:00
Sorin Ionescu
88af470bd6 [Fix #232] Disable globbing for rsync, scp, ftp, sftp 2012-08-07 21:31:54 -04:00
Sorin Ionescu
9a52ecb21b Increase heading readability 2012-08-04 14:48:32 -04:00
Sorin Ionescu
34ca75cdf2 [Fix #210] Rename alias lp to lm 2012-06-23 13:09:55 -04:00
Sorin Ionescu
54e8b37c77 [Fix #196] Remove compdef calls 2012-06-13 18:04:33 -04:00
Sorin Ionescu
e4be6d633f [Fix #195] Fallback to the default command 2012-06-13 14:50:05 -04:00
Sorin Ionescu
7dc55a8304 [#195] Add missing make, diff, wdiff calls 2012-06-13 14:09:57 -04:00
Sorin Ionescu
859ab4e8e0 Correct spelling mistakes in READMEs 2012-06-12 15:13:21 -04:00
Sorin Ionescu
cbdf8122a6 [Fix #149] Restructure utility 2012-06-10 20:04:56 -04:00
Sorin Ionescu
218081becd [#149] Rename duh to dut 2012-06-10 20:04:56 -04:00
Sorin Ionescu
6740d88fb2 [#149, Fix #98] Add documentation for alias 2012-06-10 20:04:55 -04:00
Sorin Ionescu
93e76b9e8d [#149] Move compdef calls into their own files 2012-06-10 20:04:55 -04:00
Sorin Ionescu
fdb3f4152f [#149] Remove unnecessary if statements 2012-06-10 20:04:55 -04:00
Sorin Ionescu
761ba12813 [#149] Simplify diff, wdiff, make 2012-06-10 20:04:55 -04:00
Sorin Ionescu
45ab153c64 [#149] Move diff, wdiff, make into their own files 2012-06-10 20:04:55 -04:00
Sorin Ionescu
aa36596287 [#149] Merge alias into utility 2012-06-10 20:04:55 -04:00
Sorin Ionescu
b2b90c22f8 Improve diction in documentation 2012-06-02 17:17:12 -04:00
Sorin Ionescu
075f516763 Clean up READMEs 2012-05-21 20:34:07 -04:00
Sorin Ionescu
7e60f13d7d Add spacing to increase readability 2012-05-21 16:24:39 -04:00
Sorin Ionescu
18ea11c096 [Fix #180] Print all file name columns 2012-05-19 12:05:42 -04:00
Sebastian Wiesner
84a6c19c2b Remove a wrong builtin call in mkdcd
mkdir is not a builtin command.
2012-05-14 21:13:19 -04:00
Colin Hebert
64e1e968eb [Fix #121] Add documentation for utility 2012-05-05 19:52:27 -04:00
Sorin Ionescu
3ed8265e28 [#145] Do not depend on the alias module 2012-05-05 18:01:56 -04:00
Sorin Ionescu
dbc9dff760 [#145] Simplify the slit utility 2012-05-05 18:01:56 -04:00
Sorin Ionescu
31c5d6e334 [#145] Complete directories for the mkdcd utility 2012-05-05 18:01:55 -04:00
Sorin Ionescu
3cbfa686ab [#145] Use builtin commands in the mkdcd utility 2012-05-05 18:01:55 -04:00
Sorin Ionescu
8bcece5895 [#145] Load the alias module in the utility module
Functions cdll, pushdll, and popdll depend on the ll alias.
2012-05-05 18:01:55 -04:00
Sorin Ionescu
51439bdcaa Remove the reload utility function
The reload function no longer works since loaded modules cannot be
reloaded.
2012-04-12 10:33:38 -04:00
Sorin Ionescu
69b3d07923 [Fix #134] Check for GNU du instead of Linux 2012-04-12 10:20:33 -04:00