This commit is contained in:
Christoph J. Scherr 2024-01-19 13:49:20 +01:00
parent f397d9ee3e
commit d8411be0b5
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -36,6 +36,7 @@ alias neorg='nvim -c "Neorg workspace $1"'
alias bat=batcat
alias accon="HOST=$(hostname) conda activate"
alias gotemp="cd $(mktemp -d)"
alias open=xdg-open
### Functions
function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }