aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-11-12 13:52:14 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-11-12 13:52:14 +0100
commit30a292cea73b500436a729f49e88f7a43b8eaea8 (patch)
tree84c9aec70cc415cdc4c2aa43d191cca83acf6e4d /.bashrc
parent7999193a52252bf35954ed623f14b22f943804f9 (diff)
downloaddotfiles-s19.tar.gz
dotfiles-s19.tar.bz2
dotfiles-s19.zip
Added valgrind alias, rfc-syntax vim, norm in vims19
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index a71a9df..8c74b9c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -2,14 +2,14 @@
# .bashrc #
###########
-alias ls='ls --color=auto'
+alias ls='ls -G'
alias grep='grep --color=auto'
alias ll='ls -l'
alias la='ls -A'
alias v='vim'
# adding superuser bin to PATH
-export PATH="/sbin:$PATH"
+export PATH="/sbin:$PATH:/bin:/usr/bin"
# man with color
export LESS_TERMCAP_mb=$'\e[1;32m'