Compare commits

..

No commits in common. "639d13b639fb900b8d990e7c8422293620bd4d81" and "81bf9d396285ea61026d4c9970c9caa405fc2bea" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View file

@ -17,7 +17,6 @@ alias datefmt='date $DATEFMT'
alias gotemp="cd $(mktemp -d)"
alias fd=fdfind
alias bak=backup
alias gg=lazygit
export PS1='\[\e[1;31m\]\u@\h \[\e[1;36m\]\w\[\e[1;37m\] \$ \[\e[0m\]'
export DEBEMAIL="software@cscherr.de"
@ -25,9 +24,8 @@ export DEBFULLNAME="Christoph J. Scherr"
export DEBIDENTITY="$DEBFULLNAME <$DEBEMAIL>"
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P'
export DATEFMT='+%a %Y-%m-%d %X'
export EDITOR=$(which nvim)
export VISUAL=$(which nvim)
export PATH=$PATH:/sbin
export EDITOR=$(which vim)
export VISUAL=$(which vim)
random () {
if [ $# -ne 1 ] || ! [[ $1 =~ ^[0-9]+$ ]] || [ $1 -lt 1 ]; then

View file

@ -1,3 +0,0 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath=&runtimepath
source ~/.vimrc