Compare commits

..

No commits in common. "03366904de7e678c7b6f6edbad2a7fe804e5f0b7" and "4fb313657e957f62c8aa90b60efb4cfb0e1d1650" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -9,9 +9,6 @@ export PS1='\[\e[38;5;46m\]\u\[\e[38;5;2m\]@\[\e[38;5;46m\]\h\[\e[38;5;2m\]:\[\e
# Export GPG_TTY for signing stuff with gpg # Export GPG_TTY for signing stuff with gpg
export GPG_TTY=$(tty) export GPG_TTY=$(tty)
# Set time format for history entries
export HISTTIMEFORMAT="%F %T "
# Create pathrefs to dev folders # Create pathrefs to dev folders
export L="/var/www/libs" export L="/var/www/libs"
export S="/var/www/sites" export S="/var/www/sites"

View file

@ -6,6 +6,3 @@ set tabsize 3
# Preserve current indentaion for newlines # Preserve current indentaion for newlines
set autoindent set autoindent
# Enable nano mouse support
set mouse