mirror of https://github.com/aldy505/dotfiles.git
merge with origin
This commit is contained in:
commit
aa545b0b45
|
@ -2,6 +2,8 @@
|
||||||
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
||||||
# for examples
|
# for examples
|
||||||
export ME="/home/$(whoami)"
|
export ME="/home/$(whoami)"
|
||||||
|
export DOTFILES_PATH=/home/reinaldy/.dotfiles
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
case $- in
|
case $- in
|
||||||
*i*) ;;
|
*i*) ;;
|
||||||
|
@ -142,7 +144,6 @@ export GPG_AGENT_INFO=${HOME}/.gnupg/S.gpg-agent:0:1
|
||||||
export EDITOR="micro"
|
export EDITOR="micro"
|
||||||
export COLORTERM="truecolor"
|
export COLORTERM="truecolor"
|
||||||
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
|
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
|
||||||
export DOTFILES_PATH=/home/reinaldy/.dotfiles
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
|
||||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||||
|
|
|
@ -30,3 +30,4 @@ export GOPATH=$HOME/go
|
||||||
export PATH=/usr/local/go/bin:$GOPATH/bin:$PATH
|
export PATH=/usr/local/go/bin:$GOPATH/bin:$PATH
|
||||||
# :/usr/local/pypy3.7-v7.3.5-linux64/bin
|
# :/usr/local/pypy3.7-v7.3.5-linux64/bin
|
||||||
|
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERSION="3.9.6"
|
VERSION="3.10.0"
|
||||||
|
|
||||||
function install () {
|
function install () {
|
||||||
cd ~
|
cd ~
|
||||||
|
|
Loading…
Reference in New Issue