Compare commits
3 Commits
4bc18cd77b
...
b9fc82421e
| Author | SHA1 | Date | |
|---|---|---|---|
| b9fc82421e | |||
| dd4b99d5d2 | |||
| e9bd585c60 |
3
.zshrc
3
.zshrc
@@ -5,6 +5,9 @@
|
|||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
bindkey "^A" beginning-of-line
|
||||||
|
bindkey "^E" end-of-line
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
|||||||
Reference in New Issue
Block a user