Commit c72acfc 1 parent 219d00d commit c72acfc Copy full SHA for c72acfc
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ HISTFILE=$XDG_STATE_HOME/zsh/history
14
14
autoload -U compinit
15
15
compinit -d " ${XDG_DATA_DIR} /zsh"
16
16
17
+ setopt inc_append_history
18
+
17
19
# prompt
18
20
PS1=' %F{yellow}%n@%m% %f %F{magenta}%~%f %F{yellow}>%f '
19
21
Original file line number Diff line number Diff line change @@ -24,7 +24,11 @@ alias tf='terraform'
24
24
25
25
alias vim=" nvim"
26
26
27
- alias ls=' ls --color=auto -hv'
27
+ # alias ls='ls --color=auto -hv'
28
28
alias grep=' grep --color=auto'
29
29
alias diff=' diff --color=auto'
30
- alias ip=' ip -c=auto'
30
+ alias ip=' ip -c=auto'
31
+
32
+ # -i causes mv to write a prompt to standard error before moving a file that would overwrite an existing
33
+ # file. If the response from the standard input begins with the character ‘y’ or ‘Y’, the move is attempted
34
+ alias mv=' mv -i'
You can’t perform that action at this time.
0 commit comments