2a75fba6a8
[utility] Add safe-ops zstyle option to disable safe rm/cp/ln/mv
...
Currently rm/cp/ln/mv are aliased to rm/cp/ln/mv -i so that it will
prompt before removing files.
Some people would not like this functionality and wish for an easy way to
disable it. This adds a new option:
zstyle ':prezto:module:utility' safe-ops yes/no
It is enabled by default even if zstyle is not set, but can be set to no
to disable these aliases.
This should resolve issue #205
2017-07-11 11:48:05 -07:00
7d5beeab51
Add comments into each of the function files to make them easier to find
2017-07-06 16:13:36 -07:00
a876890afd
[utility] scp/rsync glob local paths but don't glob remote paths
...
Adds a function which wraps rsync and scp so that remote paths are not globbed
but local paths are globbed. This is because the programs have their own
globbing for remote paths. The wrap function globs args starting in / and ./
and doesn't glob paths with : in it as these are interpreted as remote paths
by these programs unless the path starts with / or ./
Fixes issue #1125
2017-07-03 17:20:34 -07:00
7c172fc9a7
Fix #1337 by removing top alias to htop. ( #1341 )
...
Fixes #1337
2017-06-21 14:37:03 -07:00
81b41d2367
Add utility alias for pydf
2017-04-18 02:37:23 -07:00
600b4cc9e6
Add missing alias to utility README
2017-04-15 14:16:15 -07:00
38f0d2f34e
Rework diff function
...
This removes --unified from the default options to make it possible to pass -y
without worrying about conflicting output formats.
diffu has also been added as an alias to make it easier to get output as a
unified diff.
Fixes #1231
2017-04-15 14:06:07 -07:00
464a8d20a1
utility module: fix/improve colordiff call in diff
...
The new call is compatible with colordiff v1.0.8 - v.1.0.15 (might be
compatible with even earlier versions, but not tested), while the
original one breaks down under v1.0.14 and v1.0.15. See
https://github.com/daveewart/colordiff/issues/22 .
2017-04-05 00:23:37 -07:00
4e35f701ca
Add "sa" alias to make it easy to search aliases
2017-04-04 21:11:36 -07:00
8913bcccd2
Use python3 for http-serve alias if available ( #1193 )
2017-04-03 13:27:06 -07:00
cd5067668c
Substitute command when alias is undefined
2015-05-19 18:24:04 -04:00
b41f485528
Add missing parenthesis
...
The bug was introduced in 933c61b
.
2015-02-22 23:52:41 -05:00
933c61b8f1
[ Fix #776 ] Support GNU top
2015-02-22 21:42:11 -05:00
88aee30ae8
[ Fix #762 ] Use $LOGNAME instead of $USER
...
$USER is deprecated.
2015-02-13 00:00:27 -05:00
ba351df9fb
[ Fix #748 ] Set grep color for BSD and GNU
2014-12-08 18:13:25 -05:00
9539341e1e
[ Fix #732 ] Replace $GREP_OPTIONS with an alias
2014-11-24 13:05:34 -05:00
a84ac5b002
Only one newline at end of file
2014-10-09 23:38:15 -04:00
493bf302f6
Ensure dircolors uses sh syntax
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com >
2014-10-05 21:12:54 -04:00
8189577772
Disable glob for bower
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com >
2014-02-16 18:29:01 -05:00
80ded5e33d
Revert "Remove utility aliases for Cygwin"
...
This reverts commit d368d0536b
.
2014-01-04 17:30:37 -05:00
d368d0536b
Remove utility aliases for Cygwin
2013-11-29 08:46:14 -05:00
959887013d
Simplify a conditional
2013-08-20 08:47:18 -04:00
b769505857
Remove duplicate alias definitions
2013-08-20 08:46:37 -04:00
622e7b117b
Add utility aliases for Cygwin
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com >
2013-08-20 08:35:55 -04:00
d0535dd2fd
Simplify mkdcd completion
2012-09-30 16:05:36 -04:00
c8b82afeec
Increase readability in utility init
2012-09-11 02:03:32 -04:00
38d1875020
Match BSD ls colors to Linux ls colors
2012-09-11 01:59:04 -04:00
bc4351cfab
[ Fix #283 ] Define $LS_COLORS for completion
2012-09-11 01:57:28 -04:00
e5e26eccff
[ #245 ] Convert helper into a module
2012-09-08 19:23:33 -04:00
209846011f
[ Fix #267 ] Fix psu on non-Mac OS X systems
2012-09-06 23:43:40 -04:00
cc7e43b242
[ Fix #253 ] Move Prezto settings into their own file
2012-09-03 16:52:47 -04:00
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
2012-09-03 16:51:27 -04:00
2f4f11bd40
Use $VISUAL and fallback on $EDITOR for the e alias
2012-08-28 23:58:09 -04:00
2183f64d31
Move prep and psub from Perl to Utility
2012-08-13 20:13:55 -04:00
88af470bd6
[ Fix #232 ] Disable globbing for rsync, scp, ftp, sftp
2012-08-07 21:31:54 -04:00
9a52ecb21b
Increase heading readability
2012-08-04 14:48:32 -04:00
34ca75cdf2
[ Fix #210 ] Rename alias lp to lm
2012-06-23 13:09:55 -04:00
54e8b37c77
[ Fix #196 ] Remove compdef calls
2012-06-13 18:04:33 -04:00
e4be6d633f
[ Fix #195 ] Fallback to the default command
2012-06-13 14:50:05 -04:00
7dc55a8304
[ #195 ] Add missing make, diff, wdiff calls
2012-06-13 14:09:57 -04:00
859ab4e8e0
Correct spelling mistakes in READMEs
2012-06-12 15:13:21 -04:00
cbdf8122a6
[ Fix #149 ] Restructure utility
2012-06-10 20:04:56 -04:00
218081becd
[ #149 ] Rename duh to dut
2012-06-10 20:04:56 -04:00
6740d88fb2
[ #149 , Fix #98 ] Add documentation for alias
2012-06-10 20:04:55 -04:00
93e76b9e8d
[ #149 ] Move compdef calls into their own files
2012-06-10 20:04:55 -04:00
fdb3f4152f
[ #149 ] Remove unnecessary if statements
2012-06-10 20:04:55 -04:00
761ba12813
[ #149 ] Simplify diff, wdiff, make
2012-06-10 20:04:55 -04:00
45ab153c64
[ #149 ] Move diff, wdiff, make into their own files
2012-06-10 20:04:55 -04:00
aa36596287
[ #149 ] Merge alias into utility
2012-06-10 20:04:55 -04:00
b2b90c22f8
Improve diction in documentation
2012-06-02 17:17:12 -04:00