Skip to content

Commit b7c261b

Browse files
committed
Write vagrant user .bashrc.
1 parent 4c9085e commit b7c261b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

scripts/bashrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
alias l='ls -CF'
2+
alias la='ls -A'
3+
alias ll='ls -alF'
4+
alias ls='ls --color=auto'
5+
6+
export PATH=$PATH:$HOME/.cask/bin:$HOME/.emacs/emacs-24.3/bin:$HOME/.emacs/emacs-24.4/bin:$HOME/.emacs/emacs-24.5/bin
7+
8+
cd /vagrant

scripts/deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ do
7474
EMACS=$VERSION cask install
7575
EMACS=$VERSION cask update
7676
done
77+
78+
# Copy bashrc.
79+
80+
cp $PROJECT_ROOT/scripts/bashrc $HOME/.bashrc

0 commit comments

Comments
 (0)