mirror of
https://github.com/notwa/rc
synced 2024-11-05 07:29:04 -08:00
remove trace comments from rc files
This commit is contained in:
parent
7e5b09b6c7
commit
aaa15067b8
2 changed files with 0 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue