dotfiles/bash/.bashrc
2020-02-14 16:58:38 -05:00

13 lines
331 B
Bash

# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias vlime='sbcl --load ~/.vim/plugins/vlime/lisp/start-vlime.lisp'
PS1='[\u@\h \W]\$ '
export DISPLAY=:0
export LIBGL_ALWAYS_INDIRECT=1
export FZF_DEFAULT_COMMAD="find -L"
export PATH="$PATH:/opt/mssql-tools/bin"