1 dir limit enforced
This commit is contained in:
parent
bb5c7e2fa5
commit
06f392161a
|
@ -179,3 +179,4 @@ alias code="cd /home/jfm/Customers/TDC/Code/Onboarding"
|
||||||
alias tdc="cd /home/jfm/Customers/TDC"
|
alias tdc="cd /home/jfm/Customers/TDC"
|
||||||
alias prod="ssh -fN sochi"
|
alias prod="ssh -fN sochi"
|
||||||
alias top="htop"
|
alias top="htop"
|
||||||
|
alias ssh="TERM=xterm-256color ssh"
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
"shell": {
|
"shell": {
|
||||||
"colorscheme": "solarized",
|
"colorscheme": "solarized",
|
||||||
"theme": "solarized",
|
"theme": "solarized",
|
||||||
|
"cwd": {
|
||||||
|
"max_depth": 2
|
||||||
|
},
|
||||||
"local_themes": {
|
"local_themes": {
|
||||||
"continuation": "continuation",
|
"continuation": "continuation",
|
||||||
"select": "select"
|
"select": "select"
|
||||||
|
|
|
@ -7,7 +7,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"function": "powerline.segments.shell.cwd",
|
"function": "powerline.segments.shell.cwd",
|
||||||
"priority": 10
|
"priority": 10,
|
||||||
|
"args": {
|
||||||
|
"dir_limit_depth": 1
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"function": "powerline_gitstatus.gitstatus",
|
"function": "powerline_gitstatus.gitstatus",
|
||||||
|
|
|
@ -65,7 +65,7 @@ XTerm*foreground: #fdf6e3
|
||||||
XTerm*reverseVideo: on
|
XTerm*reverseVideo: on
|
||||||
XTerm*faceName: Terminus:size=11:antialias=true
|
XTerm*faceName: Terminus:size=11:antialias=true
|
||||||
XTerm*selectToClipboard: true
|
XTerm*selectToClipboard: true
|
||||||
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=11
|
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=11:minspace=False
|
||||||
! URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
|
! URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
|
||||||
|
|
||||||
! alternative font settings with 'terminus':
|
! alternative font settings with 'terminus':
|
||||||
|
|
Loading…
Reference in New Issue