zsh: remove cargo; alacritty: lighter bg

This commit is contained in:
2020-02-09 11:47:59 +01:00
parent 61fcf7dcd0
commit e9fc542a45
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ colors:
white: '0xa0a0a0' white: '0xa0a0a0'
yellow: '0xcca200' yellow: '0xcca200'
primary: primary:
background: '0xf1f0eb' background: '0xfffefb'
foreground: '0x333333' foreground: '0x333333'
cursor_style: Block cursor_style: Block
custom_cursor_colors: true custom_cursor_colors: true

2
zshrc
View File

@@ -26,7 +26,7 @@ export TEXBIN=/Library/TeX/texbin/
export GHC_HOME=/usr/local/bin export GHC_HOME=/usr/local/bin
export CABAL_HOME=$HOME/.cabal/ export CABAL_HOME=$HOME/.cabal/
export SCRIPTS_HOME=$HOME/.scripts export SCRIPTS_HOME=$HOME/.scripts
export PATH=/usr/local/opt/python/bin:$GHC_HOME:$PATH:$CABAL_HOME/bin:/opt/local/bin:/usr/local/sbin:/usr/local/opt/llvm/bin:~/.local/bin:$GOBIN:~/.cargo/bin:$SCRIPTS_HOME:$TEXBIN export PATH=/usr/local/opt/python/bin:$GHC_HOME:$PATH:$CABAL_HOME/bin:/opt/local/bin:/usr/local/sbin:/usr/local/opt/llvm/bin:~/.local/bin:$GOBIN:$SCRIPTS_HOME:$TEXBIN
export MANPATH=$MANPATH:/opt/local/share/man:/usr/local/opt/erlang/lib/erlang/man export MANPATH=$MANPATH:/opt/local/share/man:/usr/local/opt/erlang/lib/erlang/man
export INFOPATH=$INFOPATH:/opt/local/share/info export INFOPATH=$INFOPATH:/opt/local/share/info
export PYTHONSTARTUP=~/.pythonrc export PYTHONSTARTUP=~/.pythonrc