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

View File

@@ -10,8 +10,6 @@ dir_size(){
du -ah "$dir" --max-depth=1 | sort -hr
}
alias tldr="tldr --platform=linux "
# Network
alias flush-dns="sudo systemd-resolve --flush-caches"