This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Kevin-Mok
/
linux-config
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Dotfiles for my tiling window manager + terminal workflow.
317
Commits
8
Branches
0
Tags
1.4 MiB
Shell
94.5%
Python
5%
Perl
0.4%
Tree:
784ba569c3
linux-config
/
dot_config
/
fish
/
functions
/
tmux-attach.fish
3 lines
72 B
Raw
Blame
History
function
tmux-attach
tmux a -t
$argv
[
1
]
|
|
tmux new -s
$argv
[
1
]
end
Reference in new issue