mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update things
This commit is contained in:
parent
ef719aa11d
commit
d0aa8a9c05
2 changed files with 8 additions and 3 deletions
6
bashrc
6
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'
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue