df-ez
This commit is contained in:
parent
3091e0fdc3
commit
555fa7f8a6
2 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,7 @@ alias \
|
|||
|
||||
# Common
|
||||
alias \
|
||||
df-ez="df -h | grep -v '\s/dev.*$\|\s/run.*$\|\s/boot.*$'" \
|
||||
ls="exa -al --group-directories-first" \
|
||||
fzf="fzf --cycle --reverse" \
|
||||
diff="diff --color=auto" \
|
||||
|
|
5
wrappers/minetest
Executable file
5
wrappers/minetest
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
HOME=$HOME/.local/share/minetest
|
||||
mkdir -p "$HOME"
|
||||
exec /usr/games/minetest "$@"
|
Loading…
Reference in a new issue