Fresh take on using wezterm without tmux for remote dev

This commit is contained in:
Daniel Lundin 2024-05-26 22:24:57 +02:00
parent 64cb98db3c
commit b9779d4df4
No known key found for this signature in database
8 changed files with 280 additions and 138 deletions
.config/fish/conf.d

View file

@ -1,5 +1,4 @@
alias e='tmux-edit-helper'
alias eh='tmux-edit-history'
alias e='wezterm-edit-helper'
alias dotgit='git --work-tree $HOME --git-dir $HOME/.dot_git'
alias git='git-branchless wrap --'
alias l='bat --wrap=never --pager="less -S"'