From be5a1b0b165054f9e2b5af2e84cd65c8df755ce7 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Mon, 13 Dec 2021 11:37:11 +0000
Subject: [PATCH] Added new ZSH theme with powerlevel10k

---
 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.10.0