diff options
| author | 2015-07-14 21:33:55 +0200 | |
|---|---|---|
| committer | 2015-07-14 21:34:47 +0200 | |
| commit | a5e741bb8eef6f15f1002754369ba1a9d1a445f2 (patch) | |
| tree | e4e5e97e782c6f26589edc9e7b2aeb31b1cd7d9b /bash | |
| parent | 842818768a05c4d76e24e0cf086e398d843d2fd6 (diff) | |
| download | dotfiles-a5e741bb8eef6f15f1002754369ba1a9d1a445f2.tar.gz dotfiles-a5e741bb8eef6f15f1002754369ba1a9d1a445f2.tar.bz2 dotfiles-a5e741bb8eef6f15f1002754369ba1a9d1a445f2.zip | |
Added :q alias in bashrc
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 2a1df14..0c9f963 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -11,6 +11,8 @@ export PATH="$PATH:$HOME/.local/bin" | |||
| 11 | export PATH="$PATH:$HOME/.local/usr/bin" | 11 | export PATH="$PATH:$HOME/.local/usr/bin" |
| 12 | export PATH="$PATH:$HOME/.local/usr/local/bin" | 12 | export PATH="$PATH:$HOME/.local/usr/local/bin" |
| 13 | 13 | ||
| 14 | alias :q="exit" | ||
| 15 | |||
| 14 | case "$(uname)" in | 16 | case "$(uname)" in |
| 15 | Linux) | 17 | Linux) |
| 16 | alias ls="ls --color=auto" | 18 | alias ls="ls --color=auto" |
