Merge branch 'master' of git.caraus.tech:belka/dotfiles
This commit is contained in:
5
.yashrc
5
.yashrc
@ -19,12 +19,11 @@ alias rdpwin='xfreerdp /f /sound /v:192.168.0.4 /u:belka@caraus.de'
|
||||
command -v rbenv >/dev/null 2>&1 && eval "$(rbenv init -)"
|
||||
|
||||
command -v fastfetch >/dev/null 2>&1 && fastfetch
|
||||
echo $YASH_AFTER_CD
|
||||
|
||||
read_project_env() {
|
||||
test -x .env.sh && . .env.sh
|
||||
test -x .env.sh && . .env.sh || true
|
||||
}
|
||||
read_project_env
|
||||
|
||||
YASH_AFTER_CD=read_project_env
|
||||
YASH_AFTER_CD="read_project_env"
|
||||
# vim: set ft=sh:
|
||||
|
Reference in New Issue
Block a user