This commit is contained in:
nub31
2025-09-26 19:16:40 +02:00
parent caa2bb0ef6
commit 999e8e7985
3 changed files with 2 additions and 73 deletions

View File

@@ -11,4 +11,5 @@ if [ "$PS1" ]; then
alias grep="grep --color=auto"
alias ls="ls --color=auto"
alias ll="ls -la"
alias code="code --ozone-platform=wayland"
fi