diff --git a/.bashrc b/.bashrc index 9b806c272..1ce4cf966 100644 --- a/.bashrc +++ b/.bashrc @@ -1,3 +1,4 @@ + # .bashrc file # By Balaji S. Srinivasan (balajis@stanford.edu) # @@ -162,14 +163,14 @@ shopt -s histappend # Make prompt informative # See: http://www.ukuug.org/events/linux2003/papers/bash_tips/ -PS1="\[\033[0;34m\][\u@\h:\w]$\[\033[0m\]" - +# PS1="\[\033[0;34m\][\u@\h:\w]$\[\033[0m\] " +PS1='\[$(tput sgr0)\][\[$(tput setaf 3)\]\u@\h:\[$(tput setaf 5)\]\w\[$(tput sgr0)\]]\[$(tput setaf 2)\] $\[$(tput sgr0)\] ' ## ----------------------- ## -- 2) Set up aliases -- ## ----------------------- # 2.1) Safety -alias rm="rm -i" +# alias rm="rm -i" alias mv="mv -i" alias cp="cp -i" set -o noclobber diff --git a/.emacs.d/auto-save-list/.saves-14175-domU-12-31-39-09-84-1E.compute-1.internal~ b/.emacs.d/auto-save-list/.saves-14175-domU-12-31-39-09-84-1E.compute-1.internal~ new file mode 100644 index 000000000..e69de29bb diff --git a/.emacs.d/auto-save-list/.saves-14438-domU-12-31-39-09-84-1E.compute-1.internal~ b/.emacs.d/auto-save-list/.saves-14438-domU-12-31-39-09-84-1E.compute-1.internal~ new file mode 100644 index 000000000..e69de29bb diff --git a/.emacs.d/auto-save-list/.saves-8194-domU-12-31-39-09-84-1E.compute-1.internal~ b/.emacs.d/auto-save-list/.saves-8194-domU-12-31-39-09-84-1E.compute-1.internal~ new file mode 100644 index 000000000..b243844b2 --- /dev/null +++ b/.emacs.d/auto-save-list/.saves-8194-domU-12-31-39-09-84-1E.compute-1.internal~ @@ -0,0 +1,2 @@ +/home/ubuntu/fibonacci.js +/home/ubuntu/#fibonacci.js# diff --git a/README.md b/README.md index c0d0db776..486900276 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ configure your `bash` and `emacs` development environment as follows: ```sh cd $HOME -git clone https://github.com/startup-class/dotfiles.git +git clone https://github.com/carlosazaustre/dotfiles.git ln -sb dotfiles/.screenrc . ln -sb dotfiles/.bash_profile . ln -sb dotfiles/.bashrc . @@ -14,7 +14,7 @@ mv .emacs.d .emacs.d~ ln -s dotfiles/.emacs.d . ``` -See also http://github.com/startup-class/setup to install prerequisite +See also http://github.com/carlosazaustre/setup to install prerequisite programs. If all goes well, in addition to a more useful prompt, now you can do `emacs -nw hello.js` and hitting `C-c!` to launch an interactive SSJS REPL, among many other features. See the