1
0
Fork 0

.zsh_aliases: pbpaste is not needed; alias drivetemp was added

This commit is contained in:
Pratham Patel 2022-09-23 19:59:09 +05:30
parent 913ce3ec16
commit 3e5fdb3eea
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ alias flushSSH="ssh-keygen -R"
alias mtr='mtr --show-ips --displaymode 0 -o "LDR AGJMXI"'
alias update="source $HOME/.zshrc" # ~/.zshrc will automatically source ~/.zsh_aliases
alias custcp="rsync --verbose --recursive --size-only --human-readable --progress --stats --itemize-changes"
alias pysort="python3 $HOME/.scripts/other/sort.py"
alias pysort="$HOME/.scripts/other/sort.py"
alias download="aria2c -x 16 -k 1M --file-allocation=none --continue=false"
alias vim="nvim"
alias ytdown="yt-dlp --config-location $HOME/.config/yt-dlp/norm_config --external-downloader aria2c"
@ -79,7 +79,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
alias flatpakupdates="flatpak remote-ls --updates flathub"
alias mpv="/usr/bin/mpv --geometry=60% --vo=gpu --hwdec=vaapi"
alias pbcopy="xsel --clipboard --input"
alias pbpaste="xsel --clipboard --output"
alias drivetemp="sudo hdparm -CH /dev/sda /dev/sdb /dev/sdc /dev/sdd"
# window manager