From 82611365d484aa0c2dddcba60b8ce90b55ba6231 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Mon, 9 Nov 2020 09:29:53 +0100 Subject: [PATCH] Add talisman --- dotfiles/shell/aliases | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/shell/aliases b/dotfiles/shell/aliases index eae8576..3edfda2 100644 --- a/dotfiles/shell/aliases +++ b/dotfiles/shell/aliases @@ -7,6 +7,11 @@ source /home/*/SetupCockpit/secrets alias lime2connect='ssh $SSH_REPO' alias git-summary='~/github_misc/git-summary/git-summary' +# TALISMAN +export TALISMAN_HOME="$HOME/.talisman/bin" +alias talisman=$TALISMAN_HOME/talisman_linux_amd64 +export TALISMAN_INTERACTIVE=true + # color support for ls and grep if [ -x /usr/bin/dircolors ]; then if [ -r ~/.dircolors ]; then