From d0aa8a9c05a4949828733a326c3fd9b1739cbf2e Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Tue, 15 Jan 2019 15:44:35 -0500 Subject: [PATCH] Update things --- bashrc | 6 +++++- xfce4/terminal/terminalrc | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index 8fce2da..5d640e1 100644 --- a/bashrc +++ b/bashrc @@ -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' diff --git a/xfce4/terminal/terminalrc b/xfce4/terminal/terminalrc index 7fefd9f..cf8a5d6 100644 --- a/xfce4/terminal/terminalrc +++ b/xfce4/terminal/terminalrc @@ -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