Mercurial > hg > config
comparison .bashrc @ 749:f7b939206baf
PS
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 30 Jun 2015 15:22:21 -0700 |
parents | b68cd77be145 |
children | 14eee9200854 |
comparison
equal
deleted
inserted
replaced
748:b68cd77be145 | 749:f7b939206baf |
---|---|
55 alias alert_helper='history|tail -n1|sed -e "s/^\s*[0-9]\+\s*//" -e "s/;\s*alert$//"' | 55 alias alert_helper='history|tail -n1|sed -e "s/^\s*[0-9]\+\s*//" -e "s/;\s*alert$//"' |
56 alias alert='notify-send -i /usr/share/icons/gnome/32x32/apps/gnome-terminal.png "[$?] $(alert_helper)"' | 56 alias alert='notify-send -i /usr/share/icons/gnome/32x32/apps/gnome-terminal.png "[$?] $(alert_helper)"' |
57 | 57 |
58 | 58 |
59 # PROMPT | 59 # PROMPT |
60 PS1='│' | 60 PS1='# ' |
61 PS2='.' | 61 PS2='. ' |
62 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' | 62 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' |
63 # Alt: | |
64 ALTPS1='🎩 ' | |
65 ALTPS2='☰ ' | |
66 ALTPS2=' ҉ ' | |
67 altps() { | |
68 export PS1=${ALTPS1} | |
69 export PS2=${ALTPS2} | |
70 } | |
71 | 63 |
72 # PATHs | 64 # PATHs |
73 export PATH=~/firefox:~/bin:~/bin/mozilla:~/python:$PATH:/usr/sbin:/usr/games/bin:~/virtualenv:~/silvermirror/bin:~/smartopen/bin:~/k0s/bin:~/docs/project/ims/workflow:~/cognet/bin:~/cognet/python | 65 export PATH=~/firefox:~/bin:~/bin/mozilla:~/python:$PATH:/usr/sbin:/usr/games/bin:~/virtualenv:~/silvermirror/bin:~/smartopen/bin:~/k0s/bin:~/docs/project/ims/workflow:~/cognet/bin:~/cognet/python |
74 export PYTHONPATH=~/python:$PYTHONPATH:~/virtualenv | 66 export PYTHONPATH=~/python:$PYTHONPATH:~/virtualenv |
75 | 67 |