mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-06-28 18:45:41 -04:00
add ssh stuff
This commit is contained in:
@ -5,8 +5,9 @@ export DOTFILES=$HOME/.dotfiles
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
|
||||
# Default to nano 'cause I'm a wimp
|
||||
export VISUAL="nano"
|
||||
export EDITOR="nano"
|
||||
export VISUAL="code"
|
||||
export BROWSER="firefox"
|
||||
|
||||
# Adjust history for speed
|
||||
HISTFILE=~/.zsh_history
|
||||
|
Reference in New Issue
Block a user