dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 66f7062b5b473202ed6ee14719937d603cd2ac95
parent bc0433eb531224d2168b63d345ec9756ffcbc618
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Thu, 31 Jul 2014 19:58:29 -0700

Bash: Remove dotfile shortcuts

Diffstat:
bashrc | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/bashrc b/bashrc @@ -121,12 +121,6 @@ alias cp='cp -i' alias ln='ln -i' alias rm='rm -i' -alias vrc='$EDITOR ~/dotfiles/vimrc' -alias vrcb='$EDITOR ~/dotfiles/vimrc.bundles' -alias brc='$EDITOR ~/dotfiles/bashrc' -alias bp='$EDITOR ~/dotfiles/bash_profile' -alias tconf='$EDITOR ~/dotfiles/tmux.conf' - # other alias v='xmodmap ~/.vim-keys.xmodmap' alias emacs='emacs -nw'