diff options
-rwxr-xr-x | .local/bin/cmt | 4 | ||||
-rw-r--r-- | .profile | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.local/bin/cmt b/.local/bin/cmt new file mode 100755 index 0000000..0f52ad0 --- /dev/null +++ b/.local/bin/cmt @@ -0,0 +1,4 @@ +#!/bin/sh + +echo "test message" | gpg --pinentry-mode loopback --clearsign && git commit + @@ -20,8 +20,9 @@ export DISTRIB_RELEASE=$(uname -r) export XDG_CONFIG_HOME=$HOME/.config export XDG_DATA_HOME=$HOME/.local/share export R_PROFILE_USER=$HOME/.config/R/Rprofile -export ZDOTDIR=$HOME/.config/zsh +export ZDOTDIR=$XDG_CONFIG_HOME/zsh export TEXMFHOME=$XDG_DATA_HOME/texmf +export TEXSRC=$HOME/.local/src/sherbrooke-tex # Applications export EDITOR=$(which nvim) |