Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ashwin Vishnu Mohanan
dotfiles
Commits
231551da
Commit
231551da
authored
Aug 14, 2019
by
Ashwin Vishnu
Browse files
zshrc
parent
20c831b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.zshrc-ana.noho.st
0 → 100644
View file @
231551da
#
~/.
bashrc:
executed
by
bash
(
1
)
for
non-
login
shells
.
#
see
/
usr
/
share
/
doc
/
bash
/
examples
/
startup
-
files
(
in
the
package
bash-
doc
)
#
for
examples
#
If
not
running
interactively,
don
't do anything
case $- in
*i*) ;;
*) return;;
esac
# make less more friendly for non-text input files, see lesspipe(1)
#[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='
ls
--
color
=
auto
'
#alias dir='
dir
--
color
=
auto
'
#alias vdir='
vdir
--
color
=
auto
'
alias grep='
grep
--
color
=
auto
'
alias fgrep='
fgrep
--
color
=
auto
'
alias egrep='
egrep
--
color
=
auto
'
fi
# colored GCC warnings and errors
#export GCC_COLORS='
error=
01
;
31
:
warning
=
01
;
35
:
note
=
01
;
36
:
caret
=
01
;
32
:
locus
=
01
:
quote
=
01
'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment