dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit f7c0fc7f59e26ad189fac97f2f65dd40754f0b48
parent 9657bd6075e325acdca534d199f4d3b2aedd8d94
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue,  8 Jan 2019 20:36:45 +0100

Removed grv alias so it doesn't interfere with grv


Former-commit-id: e0680c023ced4a0ca3ba015b60777dfcbf01febd
Diffstat:
Mshell/zshrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/shell/zshrc b/shell/zshrc @@ -127,3 +127,6 @@ fi if [[ $PATH != *"$HOME/.rbenv/shims"* ]]; then eval "$(rbenv init -)" fi + +# this alias interferes with the grv app +unalias grv