Update things

This commit is contained in:
Eduard Tolosa 2019-01-15 15:44:35 -05:00
parent ef719aa11d
commit d0aa8a9c05
2 changed files with 8 additions and 3 deletions

6
bashrc
View file

@ -52,7 +52,7 @@ if [ -n "$force_color_prompt" ]; then
fi
if [ "$color_prompt" = yes ]; then
PS1='\[\e[1;33m\]\u@\h \w ->\n\[\e[1;31m\] ➤➤ $\[\e[m\] '
PS1='\[\e[1;31m\]\u@\h \w ->\n\[\e[1;31m\] ➤➤ $\[\e[m\] '
else
PS1='\u@\h:\w\$ '
fi
@ -166,6 +166,10 @@ alias cpufreq='watch grep \"cpu MHz\" /proc/cpuinfo'
# Alias to check what is my actual system IP using curl
alias wtfip='dig +short myip.opendns.com @resolver1.opendns.com'
# Alias to connect to ssh machines
alias assh='ssh vagrant@192.168.1.150'
alias bassh='ssh edu4rdshl@192.168.1.100'
# Avoid pip installing packages as root/sudo, execute the following line in your terminal or just delete the # at the begin
#install -Dm644 /dev/stdin ~/.config/pip/pip.conf <<< $'[install]\nuser = yes\n'

View file

@ -19,15 +19,16 @@ MiscTabCloseMiddleClick=TRUE
MiscTabPosition=GTK_POS_TOP
MiscHighlightUrls=TRUE
MiscMiddleClickOpensUri=FALSE
MiscCopyOnSelect=FALSE
MiscCopyOnSelect=TRUE
MiscDefaultWorkingDir=
MiscRewrapOnResize=TRUE
MiscUseShiftArrowsToScroll=FALSE
MiscSlimTabs=FALSE
ColorForeground=#1717f0f01818
BackgroundMode=TERMINAL_BACKGROUND_IMAGE
BackgroundImageFile=/home/shl/Pictures/Images/archlinux.png
BackgroundImageShading=0.550000
BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_STRETCHED
ScrollingOnOutput=FALSE
MiscShowRelaunchDialog=TRUE
MiscNewTabAdjacent=FALSE