From e7c7bfd14f4362472d9c0635c00d83e514da4dfe Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sat, 18 Apr 2020 12:32:14 +0300 Subject: [PATCH] bash: aliases: ++glow --- etc/shell/bash/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 26545a7..a7b9067 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -67,6 +67,7 @@ alias startx="xinit -- /usr/bin/X" #noindex alias lftp="LFTP_HOME=$SHELLRC/etc/net/lftp lftp" #noindex alias fm="nnn" #noindex +alias glow="glow --style light" #noindex if [ $UID -eq 0 ]; then alias mc="TERM=xterm-256color mc -S modarin256root"