cleanup
This commit is contained in:
@@ -20,9 +20,6 @@ export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$
|
|||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
export LSCOLORS=ExFxBxDxCxegedabagacad
|
export LSCOLORS=ExFxBxDxCxegedabagacad
|
||||||
|
|
||||||
#defaults
|
|
||||||
export EDITOR=vim
|
|
||||||
|
|
||||||
# check the window size after each command and, if necessary,
|
# check the window size after each command and, if necessary,
|
||||||
# update the values of LINES and COLUMNS.
|
# update the values of LINES and COLUMNS.
|
||||||
shopt -s checkwinsize
|
shopt -s checkwinsize
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
# Solarized (mostly) dark skin for Midnight Commander
|
# Solarized (mostly) dark skin for Midnight Commander
|
||||||
export MC_SKIN=$HOME/.config/mc/skins/solarized.ini
|
export MC_SKIN=$HOME/.config/mc/skins/solarized.ini
|
||||||
|
|
||||||
|
export EDITOR=vim
|
||||||
|
|
||||||
[[ -f "$HOME/.dotfiles/aliases" ]] && source "$HOME/.dotfiles/aliases"
|
[[ -f "$HOME/.dotfiles/aliases" ]] && source "$HOME/.dotfiles/aliases"
|
||||||
|
|
||||||
if [ ! "$TERM_PROGRAM" = "iTerm.app" ]; then
|
if [ ! "$TERM_PROGRAM" = "iTerm.app" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user