From 77bcf98c5641412f640de937294ab94b0b0522ad Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 05 Oct 2021 02:45:37 +0000 Subject: [PATCH] Merge branch 'master' of https://github.com/Chizi123/dotfiles --- all-shells/.commonshell | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/all-shells/.commonshell b/all-shells/.commonshell index 20ffef7..ab9ea20 100644 --- a/all-shells/.commonshell +++ b/all-shells/.commonshell @@ -19,6 +19,7 @@ #export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim" #alias ec=$EDITOR +alias ec="/usr/bin/emacsclient -nw -a /usr/bin/vim" [ -n "$(whereis vim)" ] && export EDITOR="/usr/bin/vim" #default wine prefix @@ -29,3 +30,7 @@ export PATH=$PATH:~/.local/bin [ -r /usr/bin/ruby ] && PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin" [ -d ~/.cargo ] && PATH="$PATH:$HOME/.cargo/bin" + +# Update dotfiles +(git -C ~/.dotfiles pull &) &>/dev/null +[ -d ~/.emacs.d ] && (git -C ~/.emacs.d pull &) &>/dev/null -- Gitblit v1.9.3