From 3c2b66f1ef00ce1419396c412c1c11ce5450f582 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 14 Oct 2016 14:22:13 -0700 Subject: [bash] Remove a couple of aliases. I don't update my transactions for simple from the CLI, and I don't use the camera anymore. Let's try to replace `vi` with `ed` too. --- bashrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 0ec2672..ad4ea96 100644 --- a/bashrc +++ b/bashrc @@ -29,14 +29,11 @@ alias au="aurora" alias g="git" alias k="kubectl" -alias camera-backup="pbackup --bucket fcuny-photos --project fcuny-backups --import-path /Volumes/a6000/DCIM/100MSDCF/" -alias get-transactions="transactions --dataset fcuny_finance_transactions --project fcuny-simple" - alias gobknest="ssh -K bookkeeper@nest.smfc.twitter.com" alias goebnest="ssh -K eventbus@nest.smfc.twitter.com" alias gonest="ssh -K nest.smfc.twitter.com" -alias vi="echo nop" +alias vi="ed" # finally, build the path [ -d "${HOME}/bin" ] && PATH="${HOME}/bin:${PATH}" -- cgit 1.4.1