1
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:
2020-05-16 10:13:10 -04:00
parent c07b995d2c
commit d508c844b8
8 changed files with 83 additions and 14 deletions

View File

@ -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