diff options
Diffstat (limited to 'root')
-rw-r--r-- | root/.cshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/root/.cshrc b/root/.cshrc index b1c5b5b..fc22012 100644 --- a/root/.cshrc +++ b/root/.cshrc @@ -15,8 +15,8 @@ alias ls ls -lhG alias tree tree -C alias c clear alias vim nvim -alias diff colordiff -c -alias confgit git --git-dir=/usr/local/git/jozan/joe-conf.git --work-tree=/ +alias confgit git --git-dir=/var/jail/git/var/git/jozan/joe-conf.git --work-tree=/ +alias jx jexec # A righteous umask umask 22 |