mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
Compare commits
2 commits
4fb313657e
...
03366904de
| Author | SHA1 | Date | |
|---|---|---|---|
| 03366904de | |||
| bc3d0335fd |
2 changed files with 7 additions and 1 deletions
|
|
@ -9,6 +9,9 @@ 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"
|
||||||
|
|
@ -19,4 +22,4 @@ export V="/var/www/fw/vegvisir/"
|
||||||
export XDG_BIN_HOME="$HOME/.local/bin"
|
export XDG_BIN_HOME="$HOME/.local/bin"
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
|
||||||
3
.nanorc
3
.nanorc
|
|
@ -6,3 +6,6 @@ set tabsize 3
|
||||||
|
|
||||||
# Preserve current indentaion for newlines
|
# Preserve current indentaion for newlines
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
|
# Enable nano mouse support
|
||||||
|
set mouse
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue