mirror of
https://github.com/xzeldon/dotfiles-wsl2.git
synced 2025-04-10 06:47:11 +03:00
Compare commits
3 Commits
1008908ff1
...
3f162167f9
Author | SHA1 | Date | |
---|---|---|---|
3f162167f9 | |||
8727f750e2 | |||
1039d9e81e |
@ -187,6 +187,8 @@ 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]
|
||||||
|
@ -21,6 +21,8 @@ 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
|
||||||
set -x SSH_AUTH_SOCK /home/user/.ssh/wsl2-ssh-agent.sock
|
if status is-login
|
||||||
|
/usr/sbin/wsl2-ssh-agent | source
|
||||||
|
end
|
||||||
|
|
||||||
starship init fish | source
|
starship init fish | source
|
@ -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'
|
new -d -s1 -nfish 'fish -l'
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user