mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -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
|
[ -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
|
if [ "$TERM" = rxvt-unicode-256color ]; then
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
[ -e /etc/profile ] && emulate sh -c "source /etc/profile"
|
[ -e /etc/profile ] && emulate sh -c "source /etc/profile"
|
||||||
|
|
||||||
# trace:
|
|
||||||
# /etc/zsh/zshenv{.zwc,}
|
|
||||||
# ~/.zshenv{.zwc,}
|
|
||||||
# /etc/zsh/zshrc{.zwc,}
|
|
||||||
|
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=99999
|
HISTSIZE=99999
|
||||||
SAVEHIST=99999
|
SAVEHIST=99999
|
||||||
|
|
Loading…
Add table
Reference in a new issue