Compare commits
No commits in common. "1cfc7360cfd89243ad08a688e3e8dc4d9f88120f" and "9851b0ff7a839d302ca3d0f10fe6ae300c5954bf" have entirely different histories.
1cfc7360cf
...
9851b0ff7a
1
ssh/.ssh/.gitignore
vendored
1
ssh/.ssh/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
local-config
|
|
||||||
@ -1,6 +1,7 @@
|
|||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
|
PROMPT="%B%m:%~> %b"
|
||||||
|
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|||||||
@ -8,8 +8,6 @@ alias w3='w3m -T text/html'
|
|||||||
# allow for # to be interpreted as a comment on the command line
|
# allow for # to be interpreted as a comment on the command line
|
||||||
setopt interactivecomments
|
setopt interactivecomments
|
||||||
|
|
||||||
PROMPT="%B%m:%~> %b"
|
|
||||||
|
|
||||||
# cd tricks
|
# cd tricks
|
||||||
alias -- -='cd -'
|
alias -- -='cd -'
|
||||||
setopt auto_cd # there is no binary by that name in your $PATH, your shell will cd into it that directory
|
setopt auto_cd # there is no binary by that name in your $PATH, your shell will cd into it that directory
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user