add alacritty
This commit is contained in:
6
bashrc
6
bashrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user