Created
February 20, 2018 22:40
-
-
Save cirrusUK/0ecfbcbbb0b832090ce6c9331e23b195 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ┏━┓┏━┓┏━┓┏━╸╻╻ ┏━╸ | |
| # ┣━┛┣┳┛┃ ┃┣╸ ┃┃ ┣╸ | |
| # .╹ ╹┗╸┗━┛╹ ╹┗━╸┗━╸ | |
| export FT2_SUBPIXEL_HINTING=1 | |
| export BROWSER=firefox | |
| export CLIBROWSER=w3m | |
| export BROWSERCLI=w3m | |
| export PLAYER=mpv | |
| export MUSICER=ocp-x11 | |
| export IMAGEVIEWER=feh | |
| export ABSROOT=$HOME/build | |
| export EDITOR=nano | |
| export LESSCHARSET=utf-8 | |
| export SUDO_PROMPT=Password: | |
| export IPLAYER_OUTDIR=/mnt/INT2/video/pvr | |
| export MUTT_EDITOR=nano | |
| export MOZ_USE_OMTC=1 | |
| export LIBVA_DRIVER_NAME=vdpau | |
| export VDPAU_DRIVER=r600 | |
| export SSH_KEY_PATH=~/.ssh/dsa_id | |
| export ARCHFLAGS= arch x86_64 | |
| export VIRTUAL_ENV=/home/cirrus/venv | |
| export CHEATCOLORS=true | |
| export TERMINAL=st | |
| export TERM=st-256color | |
| export LESS=-RX | |
| export PAGER=less | |
| export SOCCER_CLI_API_TOKEN=0e479074171240a282136de60497dec9 | |
| export DBUS_SESSION_BUS_ADDRESS=/run/user/1000/bus | |
| # | |
| #perl | |
| #PERL5LIB="$HOME/.perl5/lib/perl5/x86_64-linux-thread-multi:$HOME/.perl5/lib/perl5:$PERL5LIB" \ | |
| #PERL_LOCAL_LIB_ROOT="$HOME/.perl5" \ | |
| #PERL_MB_OPT="--install_base $HOME/.perl5" \ | |
| #PERL_MM_OPT="INSTALL_BASE=$HOME/.perl5" \ | |
| # | |
| # Set locale | |
| #export LANG="en_GB.UTF-8" | |
| #export TZ="Europe/London" # Force our time zone this location. | |
| #export LC_ALL= | |
| # | |
| # ls colors | |
| #export LS_COLORS="di=34" # directories | |
| #export LS_COLORS="${LS_COLORS}:fi=0" # files | |
| #export LS_COLORS="${LS_COLORS}:ln=35" # symlinks | |
| #export LS_COLORS="${LS_COLORS}:pi=0" # fifo file | |
| #export LS_COLORS="${LS_COLORS}:so=32" # socket files | |
| #export LS_COLORS="${LS_COLORS}:bd=33" # block devices | |
| #export LS_COLORS="${LS_COLORS}:cd=33" # character devices | |
| #export LS_COLORS="${LS_COLORS}:or=37" # orphaned symlinks | |
| #export LS_COLORS="${LS_COLORS}:mi=37" # missing file (referenced to by symlink) | |
| #export LS_COLORS="${LS_COLORS}:ex=31" # executable file | |
| # | |
| # Set XDG directories | |
| #XDG_DATA_HOME="${HOME}/.local/share" | |
| #XDG_CONFIG_HOME="${HOME}/.config" | |
| #XDG_DATA_DIRS="/usr/local/share/:/usr/share/" | |
| #XDG_CONFIG_DIRS="/etc/xdg/" | |
| #XDG_CACHE_HOME="${HOME}/.cache" | |
| # | |
| # fix for QT5 | |
| #export QT_STYLE_OVERRIDE=GTK+ | |
| export QT_STYLE_OVERRIDE='gtk2' | |
| # | |
| # SLRN | |
| export NNTPSERVER='freenews.netfront.net' | |
| # | |
| export PATH=$PATH=/home/cirrus/.gem/ruby/2.5.0/bin:/usr/lib/surfraw:/usr/lib/cw:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment