summaryrefslogtreecommitdiff
path: root/Gentoo/user/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'Gentoo/user/.bashrc')
-rw-r--r--Gentoo/user/.bashrc10
1 files changed, 9 insertions, 1 deletions
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
13fi 13fi
14 14
15 15
16. /etc/profile.d/vte-2.91.sh
16source /home/sgs/.git-prompt.sh 17source /home/sgs/.git-prompt.sh
17 18
18##PS1="[\u@\[\033[0;32m\]\h\[\033[0;37m\] \w]\\$ "; export PS1 19##PS1="[\u@\[\033[0;32m\]\h\[\033[0;37m\] \w]\\$ "; export PS1
19export PS1='[\u@\[\033[00;32m\]\h\[\033[00m\] \w$(__git_ps1 " (%s)")]\\$ ' 20export PS1='[\u@\[\033[00;32m\]\h\[\033[00m\] \w$(__git_ps1 " (%s)")]\\$ '
20 21
22if [ -n "$ETOOLKIT_PROMPT" ]; then
23export PS1="$ETOOLKIT_PROMPT$PS1"
24fi
25
21# check the window size after each command and, if necessary, 26# check the window size after each command and, if necessary,
22# update the values of LINES and COLUMNS. 27# update the values of LINES and COLUMNS.
23## shopt -s checkwinsize 28## shopt -s checkwinsize
@@ -37,6 +42,7 @@ alias youtube-dl='/usr/bin/youtube-dl -f best -o "%(title)s.%(ext)s"'
37 42
38##alias lgdm='/usr/libexec/lightdm/gdmflexiserver -l' 43##alias lgdm='/usr/libexec/lightdm/gdmflexiserver -l'
39alias lgdm='/usr/bin/dm-tool switch-to-user videouser' 44alias lgdm='/usr/bin/dm-tool switch-to-user videouser'
45alias tgdm='/usr/bin/dm-tool switch-to-user testuser'
40alias zgdm='/usr/bin/dm-tool switch-to-user zuzanna' 46alias zgdm='/usr/bin/dm-tool switch-to-user zuzanna'
41alias aoslo='curl -4 wttr.in/Oslo' 47alias aoslo='curl -4 wttr.in/Oslo'
42##################### 48#####################
@@ -87,15 +93,17 @@ alias dclone='xrandr --output HDMI-1 --mode 2560x1440 --output DVI-D-1 --mode 25
87 93
88## Programming ## 94## Programming ##
89export PYTHONPATH=~/.pythonpath 95export PYTHONPATH=~/.pythonpath
96##export PATH=~/.bin:$PATH
90alias eminicms='source /home/sgs/development/venvs/django_markwhat/bin/activate' 97alias eminicms='source /home/sgs/development/venvs/django_markwhat/bin/activate'
91alias ppsql='psql -h db.pichove.org' 98alias ppsql='psql -h db.pichove.org'
92################# 99#################
93 100
94export FLASK_DEBUG=1 101export FLASK_DEBUG=1
95export FLASK_ENV=development 102export FLASK_ENV=development
103export FLASK_SKIP_DOTENV=1
96# export FLASK_APP=utils.py 104# export FLASK_APP=utils.py
97 105
98#export TERM=xterm-256color 106#export TERM=xterm-256color
99# export TERMCAP= 107# export TERMCAP=
100alias invoke='/home/sgs/development/venvs/venvInvoke/bin/invoke' 108alias invoke='/home/sgs/development/venvs/invoke/bin/invoke'
101# 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}' 109# 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}'