Skip to content

Commit

Permalink
Set EDITOR to vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Vala committed Dec 3, 2014
1 parent 2a03af3 commit 7b0863b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
# User specific aliases and functions

# Sets default editor
#export EDITOR="nano"
export EDITOR="vim"

# Added CDPATH
export CDPATH=".:~:~/git"
Expand Down
3 changes: 2 additions & 1 deletion mc/.config/mc/hotlist
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ENTRY "/sh://[email protected]/var/www/html/mvala" URL "/sh://[email protected]/var/www/html/mvala"
ENTRY "/sh://[email protected]/var/www/html/mvala" URL "/sh://[email protected]/var/www/html/mvala"
ENTRY "/sh://[email protected]/var/www/html/mvala/srpm" URL "/sh://[email protected]/var/www/html/mvala/srpm"
6 changes: 6 additions & 0 deletions mc/.config/mc/mc.ext
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,12 @@ regex/\.xz$
Open=xz -dc %f | %var{PAGER:more}
View=%view{ascii} xz -dc %f 2>/dev/null

### Blender ###

regex/\.blend$
Open=blender %f >/dev/null 2>&1 &


### Default ###

# Default target for anything not described above
Expand Down

0 comments on commit 7b0863b

Please sign in to comment.