add alacritty

This commit is contained in:
2021-01-25 14:54:01 -05:00
parent 127b896373
commit b2be5c0d4a
11 changed files with 22 additions and 43 deletions

6
bashrc
View File

@@ -11,14 +11,11 @@ PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[0
# Generic exports
export EDITOR=vim
export GOPATH=$HOME/go
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completionexport PATH=$GOPATH/bin:$PATH
export PATH=$HOME/go/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.local/share/google-cloud-sdk/bin:$PATH
export PATH=$HOME/.local/share/alacritty/target/release:$PATH
export PATH=/usr/NX/bin:$PATH
export PATH=/opt/waterfox:$PATH
if [[ -z $TMUX ]]; then
export TERM='xterm-256color'
else
@@ -69,7 +66,6 @@ if [[ "$OSTYPE" == 'darwin'* ]]; then
fi
elif [[ "$OSTYPE" == 'linux-gnu' ]]; then
alias ls="ls --color=auto"
eval `dircolors ~/.config/dircolors-solarized/dircolors.256dark`
fi
# VIM