Updated .zshrc

This commit is contained in:
2023-04-11 10:21:08 +02:00
parent 142da10532
commit 418eff1593
2 changed files with 2 additions and 189 deletions

3
.zshrc
View File

@ -139,7 +139,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
alias pip='/opt/homebrew/bin/pip$PYTHONVERSION'
alias lsblk="diskutil list"
alias Update="~/.config/nvim/installer.sh; brew update; brew upgrade"
alias Update="~/.local/bin/Update-pkg; brew update; brew upgrade"
alias ls="ls -Gh"
alias mpv="mpv --ytdl-raw-options="yes-playlist=" --no-resume-playback --ytdl-format='bestvideo[height<=?1080]+bestaudio/best'"
alias code="open -a 'Visual Studio Code'"
@ -166,6 +166,7 @@ alias vim="$EDITOR -p"
# Commands
alias rsync="rsync -h --progress"
alias lg="lazygit"
alias ldocker="lazydocker"
alias ls="ls -h --color=auto"
alias ll='ls -lha'
alias r="ranger"