Browse Source

bash: aliases: ++glow

Maxim Likhachev 5 years ago
parent
commit
e7c7bfd14f
  1. 1
      etc/shell/bash/aliases

1
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 lftp="LFTP_HOME=$SHELLRC/etc/net/lftp lftp" #noindex
alias fm="nnn" #noindex alias fm="nnn" #noindex
alias glow="glow --style light" #noindex
if [ $UID -eq 0 ]; then if [ $UID -eq 0 ]; then
alias mc="TERM=xterm-256color mc -S modarin256root" alias mc="TERM=xterm-256color mc -S modarin256root"

Loading…
Cancel
Save