merging workstation diffs

This commit is contained in:
ink
2026-08-08 15:45:33 +02:00
parent 7eac65fadc
commit ac3db35aee
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ alias grep='grep --color=auto'
alias fgrep='grep -F --color=auto'
alias egrep='grep -E --color=auto'
alias docker=podman
# alias docker=podman
alias d='dirs -v'
for index in 1 2 3 4 5 6 7 8 9; do alias "c$index"="cd +${index}"; done; unset index