1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Disable BASE16

This commit is contained in:
Valentin Brandl 2019-05-27 22:51:51 +02:00
parent ef64bf15f1
commit 6a4f9cf251
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -46,8 +46,13 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo
export REPORTTIME=10 export REPORTTIME=10
# better shell colors # better shell colors
BASE16_SHELL="$HOME/.config/base16-shell/scripts/base16-default-dark.sh" # BASE16_SHELL="$HOME/.config/base16-shell/scripts/base16-default-dark.sh"
[[ -s $BASE16_SHELL ]] && source $BASE16_SHELL # [[ -s $BASE16_SHELL ]] && source $BASE16_SHELL
# Base16 Shell
# BASE16_SHELL="$HOME/.config/base16-shell/"
# [ -n "$PS1" ] && \
# [ -s "$BASE16_SHELL/profile_helper.sh" ] && \
# eval "$("$BASE16_SHELL/profile_helper.sh")"
# alias to upload a file to sprunge.us # alias to upload a file to sprunge.us
alias sprunge="curl -F 'sprunge=<-' http://sprunge.us" alias sprunge="curl -F 'sprunge=<-' http://sprunge.us"