Sorin Ionescu
|
8394cc7e25
|
Separate colormake from colordiff
|
13 years ago |
Sorin Ionescu
|
8a784c7ec7
|
Rename the alias module zstyle
|
13 years ago |
Sorin Ionescu
|
e5ec94af42
|
Check for non-empty files, not just existance
|
13 years ago |
Indrajit Raychaudhuri
|
3c85575f80
|
Use the server timestamp in the get alias
|
13 years ago |
Sorin Ionescu
|
6512996133
|
[#125] Use is-callable to check for GNU utilities
|
13 years ago |
Sorin Ionescu
|
900c4d8f3f
|
[Fix #23] Ensure dependencies are loaded
|
13 years ago |
Sorin Ionescu
|
e2859daba4
|
[#23] Prevent errors when completion is disabled
|
13 years ago |
Sorin Ionescu
|
8d98e62b34
|
[#23] Add if to conditions to not wrongly return 1
|
13 years ago |
Sorin Ionescu
|
bebbf3a99d
|
[#23] Convert alias into a module
|
13 years ago |
Sorin Ionescu
|
070c6756a8
|
[#83] Always evaluate dircolors if installed
|
13 years ago |
Sorin Ionescu
|
6b5a650ca5
|
Expand Browser, Editor and Pager in aliases
|
13 years ago |
Colin Hebert
|
1dcf189e5a
|
Use the current Browser, Editor and Pager in aliases
|
13 years ago |
Sorin Ionescu
|
6a9a4ea8d6
|
[Fix #60] Do not use parentheses in function names
|
13 years ago |
Sorin Ionescu
|
a6fb92abc9
|
Simplify ls aliases
|
13 years ago |
Sorin Ionescu
|
ae5aa85967
|
Fix comment indentation
|
13 years ago |
Sorin Ionescu
|
cbffacd245
|
Fix GNU core utilities ls aliases, close #31
|
13 years ago |
Sorin Ionescu
|
fd669f22a4
|
Fix open on Linux, close #24
|
13 years ago |
Sorin Ionescu
|
b646296a47
|
Do not glob fc and history.
|
13 years ago |
Sorin Ionescu
|
b96bbca51c
|
Added or edited file headers.
|
13 years ago |
Sorin Ionescu
|
0fee3c09e3
|
Alias p to PAGER since v is reserved for Vim.
|
13 years ago |
Sorin Ionescu
|
7043b0c03f
|
Use shell option CORRECT instead of noisy CORRECT_ALL.
|
13 years ago |
Sorin Ionescu
|
97f6134cdd
|
Fixed the ack alias.
|
13 years ago |
Sorin Ionescu
|
f1be5d3ace
|
Removed the hpodder alias since it's no longer maintained.
|
13 years ago |
Sorin Ionescu
|
2c68dfe11a
|
Filter brackets in wdiff highlights.
|
13 years ago |
Sorin Ionescu
|
fb26ff880c
|
Improved handling of color diff.
|
13 years ago |
Sorin Ionescu
|
2679db1ffb
|
Removed the duplicate history alias (built-in).
|
13 years ago |
Sorin Ionescu
|
f0499b76c3
|
Use zstyle instead of variables for configuration.
|
13 years ago |
Sorin Ionescu
|
9d27df2050
|
Tradition dictates that options are uppercase.
|
13 years ago |
Sorin Ionescu
|
faeca82831
|
The functions directory should only hold functions.
|
13 years ago |
Sorin Ionescu
|
05c94e2dd5
|
Simplified option variables for greater flexibility.
|
13 years ago |
Sorin Ionescu
|
8619dd28bc
|
Added screen and tmux plugins.
|
13 years ago |
Sorin Ionescu
|
9c24ac8211
|
Added helper functions.
|
13 years ago |
Sorin Ionescu
|
7223cd2361
|
Refactored aliases.
|
13 years ago |
Sorin Ionescu
|
a54974864c
|
Removed unneeded aliases since Lion's Terminal supports 256 colours.
|
13 years ago |
Sorin Ionescu
|
f75f5316a1
|
Merged correction.zsh into alias.zsh.
|
13 years ago |
Sorin Ionescu
|
571aa8c8e1
|
Fixed GNU Screen and tmux configuration file detection.
|
14 years ago |
Sorin Ionescu
|
0ccc0c3fe6
|
Use Git for coloured diff if colordiff is not installed.
|
14 years ago |
Sorin Ionescu
|
7bf23fd6d2
|
Added a few aliases and fixed typos.
|
14 years ago |
Sorin Ionescu
|
3fd9cf9f86
|
Renamed lib/ to functions/ and renamed files inside of it.
|
14 years ago |
Sorin Ionescu
|
94ab5e0ec8
|
Cleaned up lib/ and removed trailing white space everywhere.
Conflicts:
oh-my-zsh.sh
|
14 years ago |
Sorin Ionescu
|
ec4f279445
|
Merged custom/ and lib/.
Conflicts:
custom/aliases.zsh
custom/functions.zsh
custom/grep.zsh
|
14 years ago |
Sorin Ionescu
|
9ded21d21b
|
Added extract plugin.
|
14 years ago |
SuprDewd
|
cd35d86fff
|
Added a function to extract various archives.
Also an alias for the function.
|
14 years ago |
Robby Russell
|
1d4098bd29
|
Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63
|
14 years ago |
Robby Russell
|
210a72b441
|
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
|
15 years ago |
Dylan Clendenin
|
8ca0e16e05
|
two aliases set to 'ss', clobbering rails script/server
|
15 years ago |
Martin Klepsch
|
0d00b8a636
|
Putting Git related aliases into git.zsh to have them in context.
|
15 years ago |
James Rowe
|
e10d8beba8
|
Don't display dotfiles or reverse sort with ll alias.
The ll alias is a very common default for bash in Linux distributions, so use
that definition.
|
15 years ago |
Robby Russell
|
eb6ed520f3
|
Removing gdb alias as it conflicts with an actual command for gdb. Closes #17
|
15 years ago |
Toon Claes
|
600efef0c3
|
Enabled colors in ls and made it possible to theme them
|
15 years ago |