This website works better with JavaScript.
Explore
Help
Sign In
marrub
/
scripts
Watch
1
Star
0
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
random scripts I use
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
647
Commits
1
Branch
0
Tags
7.3 MiB
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
scripts
/
fish
/
emacs-nw
8 lines
103 B
Raw
Permalink
Normal View
History
Unescape
Escape
make console usage of emacs better
2 years ago
#!/usr/bin/env fish
function emacs-nw
bunch of crap
10 months ago
env TERM=kitty-direct ~/.local/bin/emacs -nw $argv
make console usage of emacs better
2 years ago
end
## EOF