Compare commits
No commits in common. "main" and "2e75a651e20b52381f46ea06286ffb3348a09a6e" have entirely different histories.
main
...
2e75a651e2
@ -3,8 +3,3 @@
|
||||
email = colin@semicolin.games
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[core]
|
||||
filemode = false
|
||||
editor = vim
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
|
13
zshrc
13
zshrc
@ -3,13 +3,11 @@ bindkey "^[[H" beginning-of-line
|
||||
bindkey "^[[F" end-of-line
|
||||
bindkey "^[[3~" delete-char
|
||||
|
||||
|
||||
path+=("$HOME/bin")
|
||||
path+=("$HOME/.local/bin")
|
||||
path+=("~/bin")
|
||||
|
||||
EDITOR=vim
|
||||
PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E
|
||||
%k%F{cyan}$%f "
|
||||
PROMPT="%K{blue}%F{white}%n@%m %F{#ffff00}%~%f%E%k
|
||||
%F{cyan}$ %F{white}"
|
||||
RPROMPT=
|
||||
|
||||
HISTFILESIZE=100000000
|
||||
@ -18,8 +16,3 @@ setopt INC_APPEND_HISTORY
|
||||
|
||||
alias ls="ls --color=auto"
|
||||
alias vi=vim
|
||||
|
||||
# RubyGems stuff (for Jekyll, possibly other stuff):
|
||||
export GEM_HOME="$HOME/software/gems"
|
||||
path+=("$GEM_HOME/bin")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user