Compare commits

..

No commits in common. "1cfc7360cfd89243ad08a688e3e8dc4d9f88120f" and "9851b0ff7a839d302ca3d0f10fe6ae300c5954bf" have entirely different histories.

3 changed files with 1 additions and 3 deletions

1
ssh/.ssh/.gitignore vendored
View File

@ -1 +0,0 @@
local-config

View File

@ -1,6 +1,7 @@
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
PROMPT="%B%m:%~> %b"
export LANG=en_US.UTF-8
export EDITOR=nvim

View File

@ -8,8 +8,6 @@ alias w3='w3m -T text/html'
# allow for # to be interpreted as a comment on the command line
setopt interactivecomments
PROMPT="%B%m:%~> %b"
# cd tricks
alias -- -='cd -'
setopt auto_cd # there is no binary by that name in your $PATH, your shell will cd into it that directory