1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

fix: ZSH: per-directory-history plugin issue fix

fix: ZSH: dump file on home directory removed
This commit is contained in:
Pratik Tripathy
2024-07-01 22:12:19 +05:30
parent 0b7f040700
commit a312e362c1
3 changed files with 8 additions and 7 deletions
-1
View File
@@ -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"