1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 22:09:25 +00:00

Only one newline at end of file

This commit is contained in:
Sorin Ionescu
2014-10-09 23:27:58 -04:00
parent 10c33ec9a4
commit a84ac5b002
130 changed files with 0 additions and 130 deletions

View File

@ -156,4 +156,3 @@ Authors
- [Sorin Ionescu](https://github.com/sorin-ionescu)
[1]: https://github.com/sorin-ionescu/prezto/issues

View File

@ -9,4 +9,3 @@
#
_cd

View File

@ -9,4 +9,3 @@
#
_du

View File

@ -11,4 +11,3 @@
local expl
_wanted directories expl 'directory' _path_files -/ || _message 'directory'

View File

@ -16,4 +16,3 @@ _arguments \
'-x[ignore whitespace and comments]' \
'1::pattern:' \
'2::files:_files' && return 0

View File

@ -17,4 +17,3 @@ _arguments \
'1::pattern:' \
'2::replacement:' \
'3::files:_files' && return 0

View File

@ -20,4 +20,3 @@ function diff {
}
diff "$@"

View File

@ -25,4 +25,3 @@ function dut {
}
dut "$@"

View File

@ -18,4 +18,3 @@ function make {
}
make "$@"

View File

@ -50,4 +50,3 @@ pattern="$1"
shift
perl -n -l -e "print if ${invert:+not} m/${pattern//\//\\/}/${modifiers}" "$@"

View File

@ -51,4 +51,3 @@ replacement="$2"
repeat 2 shift
perl -i'.orig' -n -l -e "s/${pattern//\//\\/}/${replacement//\//\\/}/${modifiers}; print" "$@"

View File

@ -27,4 +27,3 @@ function wdiff {
}
wdiff "$@"

View File

@ -185,4 +185,3 @@ function find-exec {
function psu {
ps -U "${1:-$USER}" -o 'pid,%cpu,%mem,command' "${(@)argv[2,-1]}"
}