Some changes for macos

This commit is contained in:
2026-07-23 00:37:58 +02:00
parent 4f004fee15
commit f574984c60
5 changed files with 48 additions and 32 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# Colors
alias ls='ls --color=auto'
alias ls='ls -G'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'