1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

fix ctrlp and sc

This commit is contained in:
Connor Olding 2017-01-30 15:36:23 -08:00
parent 2a047c3918
commit 1ff18089fe
2 changed files with 3 additions and 1 deletions

View file

@ -407,7 +407,7 @@ augroup END
" ctrlp {{{1 " ctrlp {{{1
let g:ctrlp_match_window = 'bottom,order:btt,min:1,max:24,results:0' let g:ctrlp_match_window = 'bottom,order:btt,min:1,max:24,results:24'
" airline {{{1 " airline {{{1

View file

@ -139,6 +139,8 @@ for x in arith hex curl fc find ftp history let locate rsync scp sftp wget twitc
alias $x="noglob $x" alias $x="noglob $x"
unset x unset x
alias sc="~/sh/sc"
if [[ "$TERM" = xterm* ]]; then if [[ "$TERM" = xterm* ]]; then
precmd() { print -Pn "\e]2;%M: %~\a" } precmd() { print -Pn "\e]2;%M: %~\a" }
fi fi