Compare commits
2 commits
de4d13f0fd
...
5bae342314
Author | SHA1 | Date | |
---|---|---|---|
5bae342314 | |||
459598e92b |
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
|
|||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export ANDROID_HOME="$HOME/Android/Sdk"
|
||||
export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship.toml"
|
||||
|
||||
export GOPATH="$XDG_DATA_HOME/go"
|
||||
export ANDROID_HOME="/home/tsousa/Android/Sdk/"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
if [[ $# -eq 1 ]]; then
|
||||
selected=$1
|
||||
else
|
||||
selected=$(find -L ~/Nextcloud ~/.config ~/gits ~/2sem ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf)
|
||||
selected=$(find -L ~/Nextcloud ~/.config ~/gits ~/gits/qmk_firmware/keyboards/tsousa ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf)
|
||||
fi
|
||||
|
||||
if [[ -z "$selected" ]]; then
|
||||
|
|
Loading…
Reference in a new issue