mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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
|
||||
|
||||
function join_by { local IFS="$1"; shift; echo "$*"; }
|
||||
|
||||
if (( expand )) {
|
||||
echo "$dir"
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue