small zshrc tweaks + terminalrc added
This commit is contained in:
parent
f509b86e79
commit
3578cf88b4
2 changed files with 40 additions and 1 deletions
39
terminalrc
Normal file
39
terminalrc
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
[Configuration]
|
||||||
|
MiscAlwaysShowTabs=FALSE
|
||||||
|
MiscBell=FALSE
|
||||||
|
MiscBordersDefault=TRUE
|
||||||
|
MiscCursorBlinks=FALSE
|
||||||
|
MiscCursorShape=TERMINAL_CURSOR_SHAPE_UNDERLINE
|
||||||
|
MiscDefaultGeometry=80x24
|
||||||
|
MiscInheritGeometry=FALSE
|
||||||
|
MiscMenubarDefault=FALSE
|
||||||
|
MiscMouseAutohide=FALSE
|
||||||
|
MiscToolbarDefault=FALSE
|
||||||
|
MiscConfirmClose=TRUE
|
||||||
|
MiscCycleTabs=TRUE
|
||||||
|
MiscTabCloseButtons=FALSE
|
||||||
|
MiscTabCloseMiddleClick=TRUE
|
||||||
|
MiscTabPosition=GTK_POS_TOP
|
||||||
|
MiscHighlightUrls=TRUE
|
||||||
|
FontName=Terminus 11
|
||||||
|
DropdownWidth=95
|
||||||
|
DropdownHeight=50
|
||||||
|
ScrollingBar=TERMINAL_SCROLLBAR_NONE
|
||||||
|
ShortcutsNoMenukey=TRUE
|
||||||
|
ShortcutsNoMnemonics=TRUE
|
||||||
|
DropdownToggleFocus=FALSE
|
||||||
|
BackgroundDarkness=0.900000
|
||||||
|
ColorBoldUseDefault=FALSE
|
||||||
|
ColorForeground=#839496
|
||||||
|
ColorBackground=#002b36
|
||||||
|
ColorCursor=#93a1a1
|
||||||
|
ColorPalette=#073642;#dc322f;#859900;#b58900;#268bd2;#d33682;#2aa198;#eee8d5;#002b36;#cb4b16;#586e75;#657b83;#839496;#6c71c4;#93a1a1;#fdf6e3
|
||||||
|
TabActivityColor=#dc322f
|
||||||
|
TitleMode=TERMINAL_TITLE_HIDE
|
||||||
|
DropdownMoveToActive=FALSE
|
||||||
|
FontAllowBold=FALSE
|
||||||
|
ColorBold=#93a1a1
|
||||||
|
ScrollingSingleLine=FALSE
|
||||||
|
ScrollingOnOutput=FALSE
|
||||||
|
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
|
||||||
|
|
2
zshrc
2
zshrc
|
@ -43,7 +43,7 @@ if [[ $OSTYPE == linux-gnu ]] && [[ $TERM == screen || $TERM == xterm ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ---> prompt
|
# ---> prompt
|
||||||
PROMPT="%B%(!..%(1000#..%F{red}%n%f@))%F{blue}%m%f %~ %(1j.+%F{red}%j%f.)%(!.%F{red}.%F{green})%#%f%b "
|
PROMPT="%B%(!..%(1000#..%F{red}%n%f@))%F{blue}%m%f %F{white}%~%f %(1j.+%F{red}%j%f.)%(!.%F{red}.%F{green})%#%f%b "
|
||||||
|
|
||||||
# ---> bindings
|
# ---> bindings
|
||||||
bindkey -e
|
bindkey -e
|
||||||
|
|
Loading…
Reference in a new issue