summaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/functions/shorten-dir
blob: a630971f8d646f40249221865a57d6b3ecc33c52 (plain)
1
2
3
4
5
6
# -*- mode: sh; -*-
autoload -U regexp-replace

local curdir=$1
regexp-replace curdir '(\.?[^./])[^/]+/' '$match/'
echo $curdir