A collection of scripts and configurations for Bash (and others)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- source /home/obsidianblk/.bash_inc
- add_to_envpath /home/obsidianblk/.local/bin
- add_to_envpath /home/obsidianblk/.local/sbin
- #export PATH="$PATH:/home/obsidianblk/.local/bin:/home/obsidianblk/.local/sbin"
- export QT_QPA_PLATFORMTHEME="qt5ct"
- export EDITOR=/usr/bin/nano
- export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
- # fix "xdg-open fork-bomb" export your preferred browser from here
- export BROWSER=/usr/bin/palemoon
|