parent
9f8b6b38e0
commit
c4e99e7130
|
@ -0,0 +1 @@
|
||||||
|
disable=SC1091
|
|
@ -1,6 +1,6 @@
|
||||||
fileignoreconfig:
|
fileignoreconfig:
|
||||||
- filename: fedora/.bashrc
|
- filename: fedora/.bashrc
|
||||||
checksum: 50343b6939422a69285d997490f765d983d739a4f1bfc53d3ae060ed9fb2f45c
|
checksum: 88abdbaa0680340a0344c159580fdf0b322664904a10ed97b08464e7f14a5755
|
||||||
- filename: fedora/.bashrc.d/.bash_aliases
|
- filename: fedora/.bashrc.d/.bash_aliases
|
||||||
checksum: 5278a3160e90c5fc886009a4cd7403b4d064370b0432936c743a237e85b2c7da
|
checksum: 5278a3160e90c5fc886009a4cd7403b4d064370b0432936c743a237e85b2c7da
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
|
|
|
@ -39,10 +39,10 @@ export PATH="$PATH":/home/ctome/.local/bin
|
||||||
# >>> talisman >>>
|
# >>> talisman >>>
|
||||||
# Below environment variables should not be modified unless you know what you are doing
|
# Below environment variables should not be modified unless you know what you are doing
|
||||||
export TALISMAN_HOME=/home/ctome/.talisman/bin
|
export TALISMAN_HOME=/home/ctome/.talisman/bin
|
||||||
alias talisman="$TALISMAN_HOME"/talisman_linux_amd64
|
alias talisman='$TALISMAN_HOME'/talisman_linux_amd64
|
||||||
export TALISMAN_INTERACTIVE=true
|
export TALISMAN_INTERACTIVE=true
|
||||||
# <<< talisman <<<
|
# <<< talisman <<<
|
||||||
. "$HOME"/.cargo/env
|
source "$HOME"/.cargo/env
|
||||||
eval "$(mcfly init bash)"
|
eval "$(mcfly init bash)"
|
||||||
export MCFLY_LIGHT=FALSE
|
export MCFLY_LIGHT=FALSE
|
||||||
export MCFLY_KEY_SCHEME=vim
|
export MCFLY_KEY_SCHEME=vim
|
||||||
|
|
Loading…
Reference in New Issue