diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-13 07:16:14 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-13 07:16:14 -0400 |
| commit | a3bccbf3f24c1ac018415539115dd219d9970f70 (patch) | |
| tree | deef1b7499058bf26265260b61bda9bc95fb2098 /.profile | |
| parent | 203930c326ba04ff41df30328eefeb6dcc878abd (diff) | |
| parent | b77dc80c37cb3f43564e927dbe12a68756503f5b (diff) | |
| download | eibhear-a3bccbf3f24c1ac018415539115dd219d9970f70.tar.gz eibhear-a3bccbf3f24c1ac018415539115dd219d9970f70.tar.zst eibhear-a3bccbf3f24c1ac018415539115dd219d9970f70.zip | |
Merge branch 'ui' of https://github.com/dennisleexyz/dotfiles into dennisleexyz-ui
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ export LESS_TERMCAP_se="$(printf '%b' '[0m')" export LESS_TERMCAP_us="$(printf '%b' '[1;32m')" export LESS_TERMCAP_ue="$(printf '%b' '[0m')" export LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null" +export QT_QPA_PLATFORMTHEME="gtk2" # This is the list for lf icons: export LF_ICONS="di=📁:\ |
