Compare commits

..

No commits in common. "476253bf307a9eb3ae2faf5cdaaeb1356b09de3e" and "3dc599e0aac42c0596f6ae9bc8e95eb71a44b116" have entirely different histories.

2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -21,4 +21,3 @@
!.local/fzf/**
!.local/nvim
!.local/nvim/**
.config/btop/btop.log

1
.zshrc
View file

@ -32,6 +32,7 @@ alias gls=/bin/ls
alias neorg='nvim -c "Neorg workspace $1"'
alias accon="HOST=$(hostname) conda activate"
alias gotemp="cd $(mktemp -d)"
alias cb="flatpak run app.getclipboard.Clipboard"
### Functions
function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }