Permalink
Showing
with
1 addition
and
2 deletions.
-
+1
−0
lib/freshrc
-
+0
−2
shell/exports.sh
|
|
@@ -17,5 +17,6 @@ fresh jasoncodes/fresh bin/fresh --bin |
|
|
fresh jasoncodes/dotfiles inputrc --file
|
|
|
fresh jasoncodes/dotfiles tmux.conf --file
|
|
|
fresh jasoncodes/dotfiles 'aliases/*'
|
|
|
fresh jasoncodes/dotfiles shell/editor.sh
|
|
|
fresh rupa/z z.sh
|
|
|
fresh sharat87/zsh-vim-mode zsh-vim-mode.plugin.zsh
|
|
|
@@ -1,5 +1,3 @@ |
|
|
export EDITOR='mvim' # Set mvim as the default editor
|
|
|
export GIT_EDITOR='vim' # Use terminal Vim for git
|
|
|
export ARCHFLAGS='-arch x86_64' # Archflags
|
|
|
export GREP_OPTIONS='--color=auto' # Double rainbow!
|
|
|
export PATH=$HOME/bin:/usr/local/bin:$PATH # Path settings
|
0 comments on commit
69d0779