Add talisman
This commit is contained in:
parent
2be1f841ba
commit
82611365d4
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ source /home/*/SetupCockpit/secrets
|
||||||
alias lime2connect='ssh $SSH_REPO'
|
alias lime2connect='ssh $SSH_REPO'
|
||||||
alias git-summary='~/github_misc/git-summary/git-summary'
|
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
|
# color support for ls and grep
|
||||||
if [ -x /usr/bin/dircolors ]; then
|
if [ -x /usr/bin/dircolors ]; then
|
||||||
if [ -r ~/.dircolors ]; then
|
if [ -r ~/.dircolors ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue