Compare commits

..

No commits in common. "3f162167f990e1a857d018ff21ce114e29faaadc" and "1008908ff1cb8e01a6649cfb0962c58317616771" have entirely different histories.

3 changed files with 3 additions and 7 deletions

View File

@ -187,8 +187,6 @@ tmux attach # Then press Ctrl+Space, Shift+I
| `Ctrl + Shift + Q` | Close WezTerm window | | `Ctrl + Shift + Q` | Close WezTerm window |
| `Ctrl + Shift + M` | Minimize WezTerm window | | `Ctrl + Shift + M` | Minimize WezTerm window |
> Tip: use `fish_add_path /some/path/bin` to add directories to $PATH. See: https://fishshell.com/docs/current/cmds/fish_add_path.html
## License ## License
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa] [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

View File

@ -21,8 +21,6 @@ if status is-interactive
end end
# Configure ssh-agent for WSL, see: https://github.com/mame/wsl2-ssh-agent # Configure ssh-agent for WSL, see: https://github.com/mame/wsl2-ssh-agent
if status is-login set -x SSH_AUTH_SOCK /home/user/.ssh/wsl2-ssh-agent.sock
/usr/sbin/wsl2-ssh-agent | source
end
starship init fish | source starship init fish | source

View File

@ -61,7 +61,7 @@ set-window-option -g window-status-current-style bg=default
# Create a single default session - because a session is created here, tmux # Create a single default session - because a session is created here, tmux
# should be started with "tmux attach" rather than "tmux new" # should be started with "tmux attach" rather than "tmux new"
new -d -s1 -nfish 'fish -l' new -d -s1 -nfish 'fish'
set -t1:1 monitor-activity on set -t1:1 monitor-activity on
set -t1:1 aggressive-resize on set -t1:1 aggressive-resize on
neww -d neww -d