1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 02:43:23 -07:00

remove trace comments from rc files

This commit is contained in:
Connor Olding 2021-07-29 07:42:50 -07:00
parent 7e5b09b6c7
commit aaa15067b8
2 changed files with 0 additions and 14 deletions

View File

@ -1,14 +1,5 @@
[ -z "$PS1" ] && return
# trace: (on ubuntu)
# /etc/bash.bashrc
#=> /etc/debian_chroot
#=> /.sudo_as_admin_successful
#=> /.hushlogin
#=> /usr/lib/command-not-found
#=> /usr/share/command-not-found/command-not-found
# ~/.bashrc
if [ "$TERM" = rxvt-unicode-256color ]; then
export TERM=xterm-256color
fi

View File

@ -1,10 +1,5 @@
[ -e /etc/profile ] && emulate sh -c "source /etc/profile"
# trace:
# /etc/zsh/zshenv{.zwc,}
# ~/.zshenv{.zwc,}
# /etc/zsh/zshrc{.zwc,}
HISTFILE=~/.histfile
HISTSIZE=99999
SAVEHIST=99999