Compare commits

...

2 commits

Author SHA1 Message Date
476253bf30 btop 2023-11-29 09:54:28 +01:00
ed1a8e7aa7 remove cb from zshrc (to local) 2023-11-29 09:54:11 +01:00
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

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

1
.zshrc
View file

@ -32,7 +32,6 @@ 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" }