From 3e081afb76d420bf6049f7ef72ffe180c0bd0d8c Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 2 Feb 2025 19:05:41 +0100 Subject: Update Gentoo --- Gentoo/user/.bashrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Gentoo/user') diff --git a/Gentoo/user/.bashrc b/Gentoo/user/.bashrc index d9e7c29..e2b4609 100644 --- a/Gentoo/user/.bashrc +++ b/Gentoo/user/.bashrc @@ -13,11 +13,16 @@ if [[ $- != *i* ]] ; then fi +. /etc/profile.d/vte-2.91.sh source /home/sgs/.git-prompt.sh ##PS1="[\u@\[\033[0;32m\]\h\[\033[0;37m\] \w]\\$ "; export PS1 export PS1='[\u@\[\033[00;32m\]\h\[\033[00m\] \w$(__git_ps1 " (%s)")]\\$ ' +if [ -n "$ETOOLKIT_PROMPT" ]; then +export PS1="$ETOOLKIT_PROMPT$PS1" +fi + # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. ## shopt -s checkwinsize @@ -37,6 +42,7 @@ alias youtube-dl='/usr/bin/youtube-dl -f best -o "%(title)s.%(ext)s"' ##alias lgdm='/usr/libexec/lightdm/gdmflexiserver -l' alias lgdm='/usr/bin/dm-tool switch-to-user videouser' +alias tgdm='/usr/bin/dm-tool switch-to-user testuser' alias zgdm='/usr/bin/dm-tool switch-to-user zuzanna' alias aoslo='curl -4 wttr.in/Oslo' ##################### @@ -87,15 +93,17 @@ alias dclone='xrandr --output HDMI-1 --mode 2560x1440 --output DVI-D-1 --mode 25 ## Programming ## export PYTHONPATH=~/.pythonpath +##export PATH=~/.bin:$PATH alias eminicms='source /home/sgs/development/venvs/django_markwhat/bin/activate' alias ppsql='psql -h db.pichove.org' ################# export FLASK_DEBUG=1 export FLASK_ENV=development +export FLASK_SKIP_DOTENV=1 # export FLASK_APP=utils.py #export TERM=xterm-256color # export TERMCAP= -alias invoke='/home/sgs/development/venvs/venvInvoke/bin/invoke' +alias invoke='/home/sgs/development/venvs/invoke/bin/invoke' # cvlc -vvv alsa://hw:1,0 --sout '#transcode{vcodec=none,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:rtp{dst=10.0.1.16,port=1234,sdp=rtsp://10.0.1.16:8001/test.sdp}' -- cgit v1.3