1 dir limit enforced

This commit is contained in:
jfm 2018-06-14 09:23:18 +02:00
parent bb5c7e2fa5
commit 06f392161a
4 changed files with 56 additions and 49 deletions

View File

@ -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"

View File

@ -1,36 +1,39 @@
{ {
"common": { "common": {
"term_truecolor": false "term_truecolor": false
}, },
"ext": { "ext": {
"shell": { "shell": {
"colorscheme": "solarized", "colorscheme": "solarized",
"theme": "solarized", "theme": "solarized",
"local_themes": { "cwd": {
"continuation": "continuation", "max_depth": 2
"select": "select" },
} "local_themes": {
}, "continuation": "continuation",
"vim": { "select": "select"
"colorscheme": "solarized", }
"theme": "default", },
"local_themes": { "vim": {
"__tabline__": "tabline", "colorscheme": "solarized",
"theme": "default",
"local_themes": {
"__tabline__": "tabline",
"cmdwin": "cmdwin", "cmdwin": "cmdwin",
"help": "help", "help": "help",
"quickfix": "quickfix", "quickfix": "quickfix",
"powerline.matchers.vim.plugin.nerdtree.nerdtree": "plugin_nerdtree", "powerline.matchers.vim.plugin.nerdtree.nerdtree": "plugin_nerdtree",
"powerline.matchers.vim.plugin.commandt.commandt": "plugin_commandt", "powerline.matchers.vim.plugin.commandt.commandt": "plugin_commandt",
"powerline.matchers.vim.plugin.gundo.gundo": "plugin_gundo", "powerline.matchers.vim.plugin.gundo.gundo": "plugin_gundo",
"powerline.matchers.vim.plugin.gundo.gundo_preview": "plugin_gundo-preview" "powerline.matchers.vim.plugin.gundo.gundo_preview": "plugin_gundo-preview"
} }
}, },
"wm": { "wm": {
"colorscheme": "default", "colorscheme": "default",
"theme": "default", "theme": "default",
"update_interval": 2 "update_interval": 2
} }
} }
} }

View File

@ -1,18 +1,21 @@
{ {
"segments": { "segments": {
"left": [ "left": [
{ {
"function": "powerline.segments.common.env.virtualenv", "function": "powerline.segments.common.env.virtualenv",
"priority": 50 "priority": 50
}, },
{ {
"function": "powerline.segments.shell.cwd", "function": "powerline.segments.shell.cwd",
"priority": 10 "priority": 10,
}, "args": {
{ "dir_limit_depth": 1
"function": "powerline_gitstatus.gitstatus", }
"priority": 10 },
} {
] "function": "powerline_gitstatus.gitstatus",
} "priority": 10
}
]
}
} }

View File

@ -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':