Merge branch 'main' of git.clustercockpit.org:moebiusband/dotfiles
This commit is contained in:
commit
49ba22ee3f
@ -53,6 +53,9 @@ set -g default-terminal "{{ .term }}"
|
|||||||
# vi keys, even for vim users
|
# vi keys, even for vim users
|
||||||
set -g status-keys emacs
|
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
|
# focus events enabled for terminals that support them
|
||||||
set -g focus-events on
|
set -g focus-events on
|
||||||
|
|
||||||
|
@ -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-etc='doas restic -r /mnt/nfs/BSD/restic-repo --verbose backup /etc'
|
||||||
alias bkp-list='doas restic -r /mnt/nfs/BSD/restic-repo snapshots'
|
alias bkp-list='doas restic -r /mnt/nfs/BSD/restic-repo snapshots'
|
||||||
{{- else }}
|
{{- else }}
|
||||||
export PERLBREW_ROOT=$HOME/perl5/perlbrew
|
source $HOME/perl5/perlbrew/etc/bashrc
|
||||||
export PERLBREW_HOME=$HOME/.perlbrew
|
|
||||||
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
|
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 }}
|
{{- end }}
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
|
Loading…
Reference in New Issue
Block a user