Indrajit Raychaudhuri
ac628c9059
[general] Switch code block formatting to use fence formatting
...
Changes:
* Indented code block doesn't support syntax highlighting, use fenced
formatting (```) instead for better syntax highlighting
* Wrap commands/functions in backticks
* Typo fixes
7 years ago
Indrajit Raychaudhuri
608f291ad3
[utility] Reuse interactive aliases when 'safe-ops' is set
...
When `safe-ops` is set, we can reuse the aliases that are already available.
7 years ago
Indrajit Raychaudhuri
cb4be65d29
[utility] Update documentation for 'safe-ops'
...
Update formatting and wordings to be more consistent with rest of prezto
documentation.
7 years ago
Indrajit Raychaudhuri
f236344fc8
[utility] Remove premature call to `compdef`
...
This is a temporary fix to work-around a minor regression in 90071d3
.
7 years ago
Kaleb Elwert
90071d3ad0
utility: fix completion for rsync and scp
7 years ago
Kaleb Elwert
17bc7530ba
Update documentation on safeops
7 years ago
Kaleb Elwert
aad91beb3c
[utility] Move the safeops aliases into their own section and add XXi variants
7 years ago
Samantha McVey
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
7 years ago
Kaleb Elwert
7d5beeab51
Add comments into each of the function files to make them easier to find
7 years ago
Samantha McVey
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
7 years ago
Diego Rabatone Oliveira
7c172fc9a7
Fix #1337 by removing top alias to htop. ( #1341 )
...
Fixes #1337
7 years ago
Guillaume Subiron
81b41d2367
Add utility alias for pydf
8 years ago
Kaleb Elwert
600b4cc9e6
Add missing alias to utility README
8 years ago
Kaleb Elwert
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
8 years ago
Zhiming Wang
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 .
8 years ago
Kyle Rich
4e35f701ca
Add "sa" alias to make it easy to search aliases
8 years ago
Eduard Zintz
8913bcccd2
Use python3 for http-serve alias if available ( #1193 )
8 years ago
Sorin Ionescu
cd5067668c
Substitute command when alias is undefined
10 years ago
Sorin Ionescu
b41f485528
Add missing parenthesis
...
The bug was introduced in 933c61b
.
10 years ago
Sorin Ionescu
933c61b8f1
[ Fix #776 ] Support GNU top
10 years ago
Sorin Ionescu
88aee30ae8
[ Fix #762 ] Use $LOGNAME instead of $USER
...
$USER is deprecated.
10 years ago
Sorin Ionescu
ba351df9fb
[ Fix #748 ] Set grep color for BSD and GNU
10 years ago
Sorin Ionescu
9539341e1e
[ Fix #732 ] Replace $GREP_OPTIONS with an alias
10 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
eukaryote
493bf302f6
Ensure dircolors uses sh syntax
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Laurent Goussard
8189577772
Disable glob for bower
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Sorin Ionescu
80ded5e33d
Revert "Remove utility aliases for Cygwin"
...
This reverts commit d368d0536b
.
11 years ago
Sorin Ionescu
d368d0536b
Remove utility aliases for Cygwin
11 years ago
Sorin Ionescu
959887013d
Simplify a conditional
11 years ago
Sorin Ionescu
b769505857
Remove duplicate alias definitions
11 years ago
Nicholas Hutchinson
622e7b117b
Add utility aliases for Cygwin
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Sorin Ionescu
d0535dd2fd
Simplify mkdcd completion
12 years ago
Sorin Ionescu
c8b82afeec
Increase readability in utility init
12 years ago
Sorin Ionescu
38d1875020
Match BSD ls colors to Linux ls colors
12 years ago
Sorin Ionescu
bc4351cfab
[ Fix #283 ] Define $LS_COLORS for completion
12 years ago
Sorin Ionescu
e5e26eccff
[ #245 ] Convert helper into a module
12 years ago
Sorin Ionescu
209846011f
[ Fix #267 ] Fix psu on non-Mac OS X systems
12 years ago
Sorin Ionescu
cc7e43b242
[ Fix #253 ] Move Prezto settings into their own file
12 years ago
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
12 years ago
Sorin Ionescu
2f4f11bd40
Use $VISUAL and fallback on $EDITOR for the e alias
12 years ago
Sorin Ionescu
2183f64d31
Move prep and psub from Perl to Utility
12 years ago
Sorin Ionescu
88af470bd6
[ Fix #232 ] Disable globbing for rsync, scp, ftp, sftp
12 years ago
Sorin Ionescu
9a52ecb21b
Increase heading readability
12 years ago
Sorin Ionescu
34ca75cdf2
[ Fix #210 ] Rename alias lp to lm
13 years ago
Sorin Ionescu
54e8b37c77
[ Fix #196 ] Remove compdef calls
13 years ago
Sorin Ionescu
e4be6d633f
[ Fix #195 ] Fallback to the default command
13 years ago
Sorin Ionescu
7dc55a8304
[ #195 ] Add missing make, diff, wdiff calls
13 years ago
Sorin Ionescu
859ab4e8e0
Correct spelling mistakes in READMEs
13 years ago
Sorin Ionescu
cbdf8122a6
[ Fix #149 ] Restructure utility
13 years ago
Sorin Ionescu
218081becd
[ #149 ] Rename duh to dut
13 years ago