diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-10-14 14:22:13 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-10-14 14:22:13 -0700 |
commit | 3c2b66f1ef00ce1419396c412c1c11ce5450f582 (patch) | |
tree | 683bc323405f05e92dfde043feaf3f88e3bce1de /bashrc | |
parent | Revert "[tmux] delete configuration for `tmux'." (diff) | |
download | emacs.d-3c2b66f1ef00ce1419396c412c1c11ce5450f582.tar.gz |
[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.
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 5 |
1 files changed, 1 insertions, 4 deletions
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}" |