diff options
| author | Spacedio <spacedio@thernusen.net> | 2026-05-24 21:07:04 -0400 |
|---|---|---|
| committer | Spacedio <spacedio@thernusen.net> | 2026-05-24 21:07:04 -0400 |
| commit | 7999b9ad79a5aba6b12be73a938c823fc5b329e8 (patch) | |
| tree | 35fab2c4b53b498c22bb0b701957f67d52366354 /bash | |
| parent | a82c20fbc2d736cba174502fccbcba648ce978e9 (diff) | |
| download | dotfiles-7999b9ad79a5aba6b12be73a938c823fc5b329e8.tar.gz | |
Reorganization of files.
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 12ab075..c60ac13 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -6,7 +6,7 @@ #ALIASES alias ls='ls --color=auto' alias l='ls -lahF' -alias code='code-oss' +alias code='zed' alias xi='sudo xbps-install' alias xr='sudo xbps-remove' alias ..='cd ..' |
