mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
fix #98
This commit is contained in:
4
pfetch
4
pfetch
@@ -1036,7 +1036,9 @@ get_shell() {
|
|||||||
get_editor() {
|
get_editor() {
|
||||||
# Display the value of '$VISUAL', if it's empty, display the
|
# Display the value of '$VISUAL', if it's empty, display the
|
||||||
# value of '$EDITOR'.
|
# value of '$EDITOR'.
|
||||||
log editor "${VISUAL:-$EDITOR}" >&6
|
editor=${VISUAL:-"$EDITOR"}
|
||||||
|
|
||||||
|
log editor "${editor##*/}" >&6
|
||||||
}
|
}
|
||||||
|
|
||||||
get_palette() {
|
get_palette() {
|
||||||
|
|||||||
Reference in New Issue
Block a user