Update dotfiles/.bashrc, dotfiles/.zshrc
This commit is contained in:
parent
c45abc62b9
commit
ae3f906b1b
2 changed files with 0 additions and 6 deletions
|
@ -162,9 +162,6 @@ export LESS_TERMCAP_ue=$'\e[0m'
|
|||
export LESS_TERMCAP_us=$'\e[1;4;31m'
|
||||
export LESSHISTFILE=-
|
||||
|
||||
# colorize ls
|
||||
[ -x /usr/bin/dircolors ] && eval "$(dircolors -b)"
|
||||
|
||||
### Functions
|
||||
glog() {
|
||||
setterm -linewrap off 2> /dev/null
|
||||
|
|
|
@ -144,9 +144,6 @@ export LESS_TERMCAP_ue=$'\e[0m'
|
|||
export LESS_TERMCAP_us=$'\e[1;4;31m'
|
||||
export LESSHISTFILE=-
|
||||
|
||||
# colorize ls
|
||||
[ -x /usr/bin/dircolors ] && eval "$(dircolors -b)"
|
||||
|
||||
# If this is an xterm set the title to user@host:dir
|
||||
case "$TERM" in
|
||||
xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty)
|
||||
|
|
Loading…
Reference in a new issue