Add perlbrew. Use mouse node in tmux

This commit is contained in:
Jan Eitzinger 2023-03-07 16:01:47 +01:00
parent e5a73ab0cd
commit c464bc05a7
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

@ -70,8 +70,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