mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
alias: tldr for macos added
This commit is contained in:
@@ -10,6 +10,7 @@ dir_size() {
|
|||||||
|
|
||||||
du -ah "$dir" -d 1 | sort -hr
|
du -ah "$dir" -d 1 | sort -hr
|
||||||
}
|
}
|
||||||
|
alias tldr="tldr --platform=osx "
|
||||||
|
|
||||||
# Update & Upgrades
|
# Update & Upgrades
|
||||||
alias up="brew upgrade --cask && brew upgrade --formula && brew autoremove && brew cleanup && rustup update && npm update -g"
|
alias up="brew upgrade --cask && brew upgrade --formula && brew autoremove && brew cleanup && rustup update && npm update -g"
|
||||||
|
|||||||
Reference in New Issue
Block a user