Skip to content

Commit 9ee4fe6

Browse files
committed
Update some changes
1 parent 760cdaa commit 9ee4fe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.zprofile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export EDITOR="nvim" # Default editor
22
export SHELL="zsh" # Default shell
33

44
# Aliases
5-
alias ls='ls --color'
5+
alias ls='ls --color=auto'
66
alias la='ls -lathr'
77
alias v=$EDITOR
88

.zshrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ eval "$(starship init zsh)"
2525
export STARSHIP_CONFIG=~/.config/starship/starship.toml
2626

2727
# History
28-
HISTSIZE=2000
28+
HISTSIZE=5000
2929
HISTFILE=~/.zsh_history
3030
SAVEHIST=$HISTSIZE
3131
HISTDUP=erase

0 commit comments

Comments
 (0)