Skip to content

Commit

Permalink
zsh: Added ll alias and edited ls alias
Browse files Browse the repository at this point in the history
  • Loading branch information
eminboydak committed May 13, 2024
1 parent c908249 commit 85fdd68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ export FZF_BASE=/path/to/fzf/install/dir
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias vim="nvim"
alias ktunvpn="sudo openconnect --protocol=gp --user=e238221002025 vpn.ktun.edu.tr"
alias ls="ls -la"
alias ls="ls --color=auto"
alias ll="ls -la"

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

Expand Down

0 comments on commit 85fdd68

Please sign in to comment.