diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-01-02 10:35:06 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-01-02 10:35:06 +0100 |
| commit | c9e7a12b9bd64faa1c1a609ccef17241bc2a8276 (patch) | |
| tree | c651e7d1514225f55eaf35f68b13b6fd068d6928 | |
| parent | df181679b4935848537e6a4ff0197a7973450c8a (diff) | |
Changes on slim
| -rw-r--r-- | bashrc | 10 | ||||
| -rw-r--r-- | vimrc | 2 |
2 files changed, 4 insertions, 8 deletions
@@ -50,7 +50,7 @@ unset color_prompt force_color_prompt # history {{{ # See bash(1) for more options HISTCONTROL=ignoredups:ignorespace -shopt -s histappend +#shopt -s histappend HISTSIZE=1000 HISTFILESIZE=2000 # }}} @@ -76,7 +76,7 @@ alias lh='ls -lh' # {{{varia # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. -shopt -s checkwinsize +#shopt -s checkwinsize # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" @@ -85,12 +85,6 @@ shopt -s checkwinsize PATH=~/.local/bin:"${PATH}" export PATH # }}} -# {{{ virtualenvwrapper -export WORKON_HOME=$HOME/.virtualenvs -export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 -export VIRTUALENVWRAPPER_VIRTUALENV_ARGS=' -p /usr/bin/python3 ' -source /usr/local/bin/virtualenvwrapper.sh -# }}} # {{{ reticulate export RETICULATE_PYTHON=/usr/bin/python3 export RETICULATE_AUTOCONFIGURE=FALSE @@ -169,4 +169,6 @@ colorscheme desert " XML editing let g:xml_syntax_folding=1 au FileType xml setlocal foldmethod=syntax +" https://github.com/vim-pandoc/vim-pandoc-syntax/issues/386 +"exec 'hi String guifg=' . synIDattr(synIDtrans(hlID('String')), 'fg', 'cterm') " {{{1 vim: foldmethod=marker foldlevel=0 ts=2 sw=2 expandtab |
