This commit is contained in:
Shohei YOSHIDA 2021-11-10 16:43:11 +09:00
parent 36d1b981be
commit 32a65e4a6a
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
;;; Commentary:
;; `eshell-info-banner' is a utility for cerating an informative
;; `eshell-info-banner' is a utility for creating an informative
;; banner akin to fish_greeting if fish shell but for Eshell. It can
;; provide information on:
;; - the OS name
@ -298,7 +298,7 @@ chosen. Relies on the `duf' command."
"Get mounted partitions through df.
Common function between
`eshell-info-banner--get-mounted-partitions-gnu' and
`eshell-info-banner--get-mounted-partitions-darwing' which would
`eshell-info-banner--get-mounted-partitions-darwin' which would
otherwise differ solely on the position of the mount point in the
partition list. Its position is given by the argument
MOUNT-POSITION."
@ -654,7 +654,7 @@ If RELEASE-FILE is nil, use '/etc/os-release'."
,version)
,(cdr major)))
eshell-info-banner--macos-versions)
(t "unkown version")))
(t "unknown version")))
(defun eshell-info-banner--get-os-information-darwin ()
"See `eshell-info-banner--get-os-information'."