more config
This commit is contained in:
parent
980fb49431
commit
ceda3aa738
10 changed files with 647 additions and 2061 deletions
|
|
@ -1,4 +1,12 @@
|
|||
# .bash_profile
|
||||
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
# Get the aliases and functions
|
||||
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
#export DISPLAY=:0
|
||||
export BROWSER=firefox
|
||||
export EDITOR=vim
|
||||
export TERM=screen-256color
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ alias ls='ls --color=auto'
|
|||
alias vlime='sbcl --load ~/.vim/plugins/vlime/lisp/start-vlime.lisp'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
alias screenfetch='clear && screenfetch -t'
|
||||
export DISPLAY=:0
|
||||
export LIBGL_ALWAYS_INDIRECT=1
|
||||
export FZF_DEFAULT_COMMAD="find -L"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue