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