Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ta-yuhyeon committed Jan 6, 2025
1 parent f0ac570 commit cc201d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ~/.zshrc file for zsh interactive shells.
# see /usr/share/doc/zsh/examples/zshrc for examples

##### NOTE THAT THIS .ZSHRC IS ALMOST THE SAME AS THE ONE USED IN KALI LINUX

setopt autocd # change directory just by typing its name
#setopt correct # auto correct mistakes
setopt interactivecomments # allow comments in interactive mode
Expand Down Expand Up @@ -47,6 +49,7 @@ zstyle ':completion:*' verbose true
zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'

# History configurations
touch ~/.zsh_history
HISTFILE=~/.zsh_history
HISTSIZE=1000
SAVEHIST=2000
Expand Down

0 comments on commit cc201d0

Please sign in to comment.