Skip to content

Commit

Permalink
zsh: Added ls alias
Browse files Browse the repository at this point in the history
  • Loading branch information
eminboydak committed May 13, 2024
1 parent 2a7a3f5 commit c908249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ 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"

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

Expand Down

0 comments on commit c908249

Please sign in to comment.