Remove windows prompt joke from bashrc.
This commit is contained in:
parent
abd612846c
commit
48e301e862
14
.bashrc
14
.bashrc
|
@ -11,19 +11,9 @@
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias digs='dig +short'
|
alias digs='dig +short'
|
||||||
|
alias diff='diff --color=auto'
|
||||||
|
|
||||||
#PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
export PATH=$PATH:/home/jpt/bin
|
export PATH=$PATH:/home/jpt/bin
|
||||||
export SSH_AUTH_SOCK=/home/jpt/keeagent.socket
|
export SSH_AUTH_SOCK=/home/jpt/keeagent.socket
|
||||||
|
|
||||||
# Let's go Microsoft!
|
|
||||||
echo "Microsoft Windows [Version 10.0.15063]"
|
|
||||||
echo "(c) 2017 Microsoft Corporation. Alle Rechte vorbehalten."
|
|
||||||
echo
|
|
||||||
|
|
||||||
# Prepare sed script
|
|
||||||
echo "s,/,\\\\,g" > .bashrc.sed
|
|
||||||
|
|
||||||
# Change prompt. :D
|
|
||||||
PS1='C:`pwd|sed -f ~/.bashrc.sed`>'
|
|
||||||
|
|
3
.toprc
3
.toprc
|
@ -10,6 +10,7 @@ Mem fieldscur=
|
||||||
winflags=163124, sortindx=21, maxtasks=0, graph_cpus=2, graph_mems=0
|
winflags=163124, sortindx=21, maxtasks=0, graph_cpus=2, graph_mems=0
|
||||||
summclr=5, msgsclr=5, headclr=4, taskclr=5
|
summclr=5, msgsclr=5, headclr=4, taskclr=5
|
||||||
Usr fieldscur=・ヲァィェーケキコトナ)+,-./1234568;<=>?@ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
|
Usr fieldscur=・ヲァィェーケキコトナ)+,-./1234568;<=>?@ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
|
||||||
winflags=162740, sortindx=11, maxtasks=0, graph_cpus=2, graph_mems=0
|
winflags=162740, sortindx=21, maxtasks=0, graph_cpus=2, graph_mems=0
|
||||||
summclr=3, msgsclr=3, headclr=2, taskclr=3
|
summclr=3, msgsclr=3, headclr=2, taskclr=3
|
||||||
Fixed_widest=0, Summ_mscale=2, Task_mscale=1, Zero_suppress=0
|
Fixed_widest=0, Summ_mscale=2, Task_mscale=1, Zero_suppress=0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue