i think we are fancied now
This commit is contained in:
parent
a60f7776da
commit
c6a4b7baed
2 changed files with 12 additions and 0 deletions
|
|
@ -86,6 +86,9 @@
|
|||
hide-window-on-esc = true;
|
||||
tab-policy = "never";
|
||||
panel-icon-type = "none";
|
||||
custom-font = "Inconsolata 14";
|
||||
use-system-font = false;
|
||||
use-theme-colors = true;
|
||||
};
|
||||
}; # end dconf.settings
|
||||
} # end file
|
||||
|
|
|
|||
|
|
@ -187,6 +187,15 @@
|
|||
aliases["ll"] = "exa -lah"
|
||||
aliases["grep"] = "rg"
|
||||
|
||||
# Coloured man page support
|
||||
# using 'less' env vars (format is '\E[<brightness>;<colour>m')
|
||||
$LESS_TERMCAP_mb = "\033[01;31m" # begin blinking
|
||||
$LESS_TERMCAP_md = "\033[01;31m" # begin bold
|
||||
$LESS_TERMCAP_me = "\033[0m" # end mode
|
||||
$LESS_TERMCAP_so = "\033[01;44;36m" # begin standout-mode (bottom of screen)
|
||||
$LESS_TERMCAP_se = "\033[0m" # end standout-mode
|
||||
$LESS_TERMCAP_us = "\033[00;36m" # begin underline
|
||||
$LESS_TERMCAP_ue = "\033[0m" # end underline
|
||||
'';
|
||||
}; # end xonsh
|
||||
}; # end programs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue