Skip to content

Commit

Permalink
kleine Änderungen
Browse files Browse the repository at this point in the history
.vimrc: maximale Textbreite auf 200 Zeichen gesetzt. Macht sich auf dem großen Bildschirm am besten.

.zshrc: dimmer hinzugefügt und irgendwas noch. Keine Ahnung, ist auch nicht so spannend.
  • Loading branch information
Herbert Hutchison committed Oct 13, 2010
1 parent ba02368 commit 6aa0e9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set numberwidth=4
set ruler
set scrolloff=5

set textwidth=200

set encoding=utf-8
set showmode

Expand Down Expand Up @@ -100,3 +102,6 @@ nmap <M-l> <ESC>:bnext<CR>
nmap <M-h> <ESC>:bprevious<CR>
nmap <leader>x <ESC>:bnext<CR>
nmap <leader>y <ESC>:bprevious<CR>
"Datum einfügen
nmap <leader>d "=strftime("%Y-%m-%d %H:%M:%S")<CR>p
4 changes: 4 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ alias ls="ls --color=auto"
alias la="ls -a"
alias ll="ls -al"
alias vi="vim"
alias g="gvim --remote-silent"

alias dimmer='redshift -l 54:12 -t 5700:4000 &'
alias open='gnome-open'

export PS1="[%*]%~) "

0 comments on commit 6aa0e9a

Please sign in to comment.