This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
dotfiles-chezmoi
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
My dotfiles utilizing Chezmoi for management
https://www.chezmoi.io/
linux
dotfiles
chezmoi
31
Commits
1
Branch
16 MiB
Shell
61%
Vim script
39%
Tree:
d98ec8dc70
dotfiles-chezmoi
/
dot_zsh
/
functions
/
calc.zsh
3 lines
50 B
Raw
Blame
History
function
calc
(
)
{
awk
"
BEGIN{ print
$*
}
"
;
}