소스 검색

Set vim as default editor for tamten

Alois Mahdal 10 년 전
부모
커밋
df98ee60a7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      dotfiles/bash/host/tamten.bashrc

+ 1
- 0
dotfiles/bash/host/tamten.bashrc 파일 보기

@@ -19,3 +19,4 @@ alias diff="colordiff -u"
19 19
 export PATH="$PATH:$HOME/bin/git-achievements/"
20 20
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
21 21
 export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
22
+export EDITOR="vim"