diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-05 14:15:03 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-05 14:15:03 +0700 |
commit | e36712f2b02e77080e255c7775852577b51010ad (patch) | |
tree | bf2e12c54a9acedec8b5419b2fbe5f0d715d52fa /debian | |
parent | 1008040f059bc8d45d6f0b2dd6a1c51cd829d0e7 (diff) | |
download | dotfiles-e36712f2b02e77080e255c7775852577b51010ad.tar.gz |
Use plug to manage jedi-vim
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/.bashrc b/debian/.bashrc index f8f277b..c2487e1 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -127,5 +127,5 @@ stty -ixon set -o emacs export EDITOR=vim -export PAGER=less +export PAGER='less -r' export IRCSERVER=irc.freenode.net |