mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-23 00:13:49 +01:00
Disable BASE16
This commit is contained in:
parent
ef64bf15f1
commit
6a4f9cf251
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user