mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
Compare commits
No commits in common. "03366904de7e678c7b6f6edbad2a7fe804e5f0b7" and "4fb313657e957f62c8aa90b60efb4cfb0e1d1650" have entirely different histories.
03366904de
...
4fb313657e
2 changed files with 1 additions and 7 deletions
|
|
@ -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=$(tty)
|
||||
|
||||
# Set time format for history entries
|
||||
export HISTTIMEFORMAT="%F %T "
|
||||
|
||||
# Create pathrefs to dev folders
|
||||
export L="/var/www/libs"
|
||||
export S="/var/www/sites"
|
||||
|
|
|
|||
3
.nanorc
3
.nanorc
|
|
@ -6,6 +6,3 @@ set tabsize 3
|
|||
|
||||
# Preserve current indentaion for newlines
|
||||
set autoindent
|
||||
|
||||
# Enable nano mouse support
|
||||
set mouse
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue