Add .emacs and update bash_aliases from other desktop machine. Also include a copy of compiled stderred library.
This commit is contained in:
parent
f4eabbbf48
commit
51f965131d
3 changed files with 59 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
export PATH=~/bin:$PATH
|
||||
export EDITOR=emacs -nw
|
||||
alias emacs="emacs -nw"
|
||||
export EDITOR=/usr/bin/emacs -nw
|
||||
export LD_PRELOAD="/home/anna/.local/lib64/stderred.so"
|
||||
|
||||
alias emacs="/usr/bin/emacs -nw"
|
||||
alias grep='LC_ALL="C" grep'
|
||||
alias bt='transmission-remote'
|
||||
|
||||
function fancy_ps1 () {
|
||||
local COLOR1="\033[1;32m"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue