mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Remove unused function
This commit is contained in:
parent
4429769fb1
commit
fddb97107d
1 changed files with 0 additions and 2 deletions
|
|
@ -142,8 +142,6 @@ shrink_path () {
|
||||||
|
|
||||||
[[ -d $dir ]] || return 0
|
[[ -d $dir ]] || return 0
|
||||||
|
|
||||||
function join_by { local IFS="$1"; shift; echo "$*"; }
|
|
||||||
|
|
||||||
if (( expand )) {
|
if (( expand )) {
|
||||||
echo "$dir"
|
echo "$dir"
|
||||||
return 0
|
return 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue