bash_aliases.sh
| @@ -3,4 +3,6 @@ set -euo pipefail | |||
| 3 | 3 | ||
| 4 | 4 | alias clone="rsync -pogAXtlHrDx --stats --info=progress2" | |
| 5 | 5 | alias codium="flatpak run --user com.vscodium.codium" | |
| 6 | - | alias flatshell="flatpak run --user --command=sh" | |
| 6 | + | alias flatshell="flatpak run --user --command=sh" | |
| 7 | + | alias pman="podman" | |
| 8 | + | alias docker="podman" | |
bash_aliases.sh(檔案已創建)
| @@ -0,0 +1,6 @@ | |||
| 1 | + | #!/bin/bash | |
| 2 | + | set -euo pipefail | |
| 3 | + | ||
| 4 | + | alias clone="rsync -pogAXtlHrDx --stats --info=progress2" | |
| 5 | + | alias codium="flatpak run --user com.vscodium.codium" | |
| 6 | + | alias flatshell="flatpak run --user --command=sh" | |
上一頁
下一頁