diff --git a/eshell-info-banner.el b/eshell-info-banner.el index 19c364f..3ecf4cb 100644 --- a/eshell-info-banner.el +++ b/eshell-info-banner.el @@ -152,7 +152,7 @@ Return detected partitions as a list of structs." (when (string-prefix-p "/dev" filesystem t) (make-eshell-info-banner--mounted-partitions :path (if (length> mount eshell-info-banner-shorten-path-from) - (eshell-info-banner--abbr-path mount) + (eshell-info-banner--abbr-path mount t) mount) :size size :used used