This commit is contained in:
2023-11-15 21:59:29 -05:00
parent 9ccf7111d9
commit 2c4c8819d8
3 changed files with 17 additions and 45 deletions
+5 -8
View File
@@ -18,19 +18,17 @@ if [ -f "$(which git)" ] && [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
if [ -f /usr/bin/vim ]; then
export EDITOR=vim
fi
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
export EDITOR=vim
function title {
echo -ne "\033]0;"$*"\007"
}
export HISTFILESIZE=200000
export HISTSIZE=10000
shopt -s histappend
shopt -s cmdhist
export HISTCONTROL=ignoredups
export HISTCONTROL=ignoreboth
export HISTIGNORE="&:ls:[bf]g:exit"
if [ -f ~/.common_shell_functions ]; then
@@ -58,4 +56,3 @@ _complete_ssh_hosts ()
complete -F _complete_ssh_hosts ssh
complete -F _complete_ssh_hosts scp
. "$HOME/.cargo/env"