diff options
| -rw-r--r-- | .bashrc | 4 | ||||
| -rw-r--r-- | .profile | 2 | ||||
| -rw-r--r-- | .vimrc | 7 | ||||
| -rw-r--r-- | .xinitrc | 10 |
4 files changed, 16 insertions, 7 deletions
@@ -142,10 +142,12 @@ meteo() { # Arch: display package to install for missing commands [ -f '/usr/share/doc/pkgfile/command-not-found.bash' ] && . /usr/share/doc/pkgfile/command-not-found.bash +. /usr/share/bash-completion/bash_completion + # Display git status in prompt . ~/.bash-powerline.sh -eval "$(direnv hook bash)" +# eval "$(direnv hook bash)" #export GITHUB_TOKEN=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 set -o vi @@ -1,6 +1,6 @@ # ~/.profile -PATH=~/bin:$PATH:~/go/bin +PATH=~/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH:~/go/bin [ "${SHELL##*/}" = bash ] && . ~/.bashrc @@ -3,6 +3,8 @@ "set t_te= t_ti= set ls=1 ruler set ai ts=4 sw=4 noet +set nohlsearch +set nois "set mouse=a syntax off filetype on @@ -10,6 +12,11 @@ filetype plugin on filetype plugin indent on let mapleader = "," +" Save all undo and swapfiles at the same place +set directory^=$HOME/.vim/swap// +set undodir=$HOME/.vim/undo// +set undofile + "set rtp+=/opt/homebrew/opt/fzf let g:fzf_preview = 'cat {}' @@ -1,7 +1,7 @@ #!/bin/sh -. /etc/X11/xinit/xinitrc.d/50-systemd-user.sh -#eval $(ssh-agent) +#. /etc/X11/xinit/xinitrc.d/50-systemd-user.sh +eval $(ssh-agent) eval $(gnome-keyring-daemon --start) export SSH_AUTH_SOCK @@ -14,7 +14,7 @@ xinput --set-prop 'SYNA7DAB:00 06CB:CD40 Touchpad' 'libinput Tapping Enabled' 1 xinput --set-prop 'SYNA7DAB:00 06CB:CD40 Touchpad' 'libinput Natural Scrolling Enabled' 1 # Better use /etc/X11/xorg.conf.d/10-keyboard.conf to handle hot plugged keyboards -#setxkbmap fr +setxkbmap fr #xk hdmi @@ -26,6 +26,6 @@ xsetroot -solid rgb:1/3/4 #slock # Start window manager -#exec fvwm +exec fvwm #lxpolkit -exec i3 +#exec i3 |
