diff options
author | JoeServ <bousset.rudy@gmail.com> | 2023-02-27 15:41:41 +0100 |
---|---|---|
committer | JoeServ <bousset.rudy@gmail.com> | 2023-02-27 15:41:41 +0100 |
commit | 9208846b5747abcd08792605511a1dd1ab457ccf (patch) | |
tree | 4a4ca4dc60f12272c864a230f2f18519fd607ecf /root/.cshrc | |
parent | update (diff) | |
download | joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.gz joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.bz2 joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.xz joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.zst joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.zip |
Jail rework
Diffstat (limited to 'root/.cshrc')
-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 |