Compare commits
7 Commits
2e75a651e2
...
main
Author | SHA1 | Date | |
---|---|---|---|
d6147007b8 | |||
348f62c557 | |||
4d8ed3bacb | |||
5849efe4f5 | |||
9ceb6ae568 | |||
db2e9480f6 | |||
ef3590f92e |
@ -3,3 +3,8 @@
|
||||
email = colin@semicolin.games
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[core]
|
||||
filemode = false
|
||||
editor = vim
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
|
13
zshrc
13
zshrc
@ -3,11 +3,13 @@ bindkey "^[[H" beginning-of-line
|
||||
bindkey "^[[F" end-of-line
|
||||
bindkey "^[[3~" delete-char
|
||||
|
||||
path+=("~/bin")
|
||||
|
||||
path+=("$HOME/bin")
|
||||
path+=("$HOME/.local/bin")
|
||||
|
||||
EDITOR=vim
|
||||
PROMPT="%K{blue}%F{white}%n@%m %F{#ffff00}%~%f%E%k
|
||||
%F{cyan}$ %F{white}"
|
||||
PROMPT="%K{blue}%F{ffffff}%n@%m %~%f%E
|
||||
%k%F{cyan}$%f "
|
||||
RPROMPT=
|
||||
|
||||
HISTFILESIZE=100000000
|
||||
@ -16,3 +18,8 @@ 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