Skip to content

Commit

Permalink
minor additions to bash_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
PalaceChan authored and PalaceChan committed Jun 22, 2022
1 parent 85326f0 commit 9611a8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ function ediff
################################################################################

alias e='/usr/bin/emacsclient -n'
alias ew='/usr/bin/emacs -nw'
alias em='/usr/bin/emacs'
alias ew='/usr/bin/emacs -Q -nw'
alias hist='cat ~/history/history.txt'
alias ls='ls --color=auto -h'
alias reset='echo -e \\033c'
alias rc='source ~/.bash_profile'
alias R='R --no-save --no-restore-data --quiet'

if [ "eterm-color" == "$TERM" ]; then
alias less='cat'
Expand All @@ -71,6 +71,7 @@ PROMPT_COMMAND='history -a; history | tail -n1 | ~/history/dump_history.sh'
export PROMPT_COMMAND

PATH=$PATH:~/scripts
PATH=$PATH:~/.local/bin
export PATH

export PS1='\h: '
Expand Down

0 comments on commit 9611a8a

Please sign in to comment.