l 2: remove obsolete bashrc code

This commit is contained in:
lassulus 2016-10-11 17:42:37 +02:00
parent b5fcc74ba3
commit c1118810c7

View file

@ -142,15 +142,6 @@ with config.krebs.lib;
shopt -s histappend histreedit histverify
shopt -s no_empty_cmd_completion
complete -d cd
#fancy colors
if [ -e ~/LS_COLORS ]; then
eval $(dircolors ~/LS_COLORS)
fi
if [ -e /etc/nixos/dotfiles/link ]; then
/etc/nixos/dotfiles/link
fi
'';
promptInit = ''
if test $UID = 0; then