Merge branch 'main' of git.clustercockpit.org:moebiusband/dotfiles

This commit is contained in:
Jan Eitzinger 2023-03-18 06:34:50 +01:00
commit 49ba22ee3f
2 changed files with 4 additions and 2 deletions

View File

@ -53,6 +53,9 @@ set -g default-terminal "{{ .term }}"
# vi keys, even for vim users
set -g status-keys emacs
# Enable mouse mode (tmux 2.1 and above)
set -g mouse on
# focus events enabled for terminals that support them
set -g focus-events on

View File

@ -72,8 +72,7 @@ alias bkp-home='doas restic -r /mnt/nfs/BSD/restic-repo --verbose backup --one-
alias bkp-etc='doas restic -r /mnt/nfs/BSD/restic-repo --verbose backup /etc'
alias bkp-list='doas restic -r /mnt/nfs/BSD/restic-repo snapshots'
{{- else }}
export PERLBREW_ROOT=$HOME/perl5/perlbrew
export PERLBREW_HOME=$HOME/.perlbrew
source $HOME/perl5/perlbrew/etc/bashrc
export PATH=$HOME/local/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/ruby/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.symfony/bin:/usr/local/opt/mariadb@10.4/bin:$PATH
{{- end }}
alias vim=nvim