xdg-open
This commit is contained in:
parent
f397d9ee3e
commit
d8411be0b5
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue