diff options
Diffstat (limited to 'bash/.bashrc')
| -rw-r--r-- | bash/.bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 5d2a601..11a8788 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -15,11 +15,11 @@ export PATH="$PATH:$HOME/.local/usr/local/bin" | |||
| 15 | case "$(uname)" in | 15 | case "$(uname)" in |
| 16 | Linux) | 16 | Linux) |
| 17 | alias ls="ls --color=auto" | 17 | alias ls="ls --color=auto" |
| 18 | $usr="/usr" | 18 | usr="/usr" |
| 19 | ;; | 19 | ;; |
| 20 | FreeBSD) | 20 | FreeBSD) |
| 21 | alias ls="ls -G" | 21 | alias ls="ls -G" |
| 22 | $usr="/usr/local" | 22 | usr="/usr/local" |
| 23 | ;; | 23 | ;; |
| 24 | *) | 24 | *) |
| 25 | ;; | 25 | ;; |
