maj bashrc
This commit is contained in:
parent
e0f174580a
commit
9b3acc079a
4
bashrc
4
bashrc
|
@ -27,6 +27,10 @@ export PATH="$HOME/dev/script.download/:$PATH"
|
||||||
source ~/dev/script/completion
|
source ~/dev/script/completion
|
||||||
source /home/cptbb/downloads/git/bash-wakatime/bash-wakatime.sh
|
source /home/cptbb/downloads/git/bash-wakatime/bash-wakatime.sh
|
||||||
|
|
||||||
|
# variable
|
||||||
|
|
||||||
|
myip=$(dig +short txt ch whoami.cloudflare @1.0.0.1 | sed 's/\"//g')
|
||||||
|
|
||||||
# # fun ?
|
# # fun ?
|
||||||
# if [ $(cat ~/.funny) -eq 0 ]; then
|
# if [ $(cat ~/.funny) -eq 0 ]; then
|
||||||
# echo 2 > ~/.funny
|
# echo 2 > ~/.funny
|
||||||
|
|
Loading…
Reference in New Issue