This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
configs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
My configuration files for Debian/Ubuntu applications
4
Commits
1
Branch
20 MiB
Lua
45.7%
Perl
20.8%
Markdown
15.9%
Python
8.7%
Shell
8.1%
Other
0.8%
Tree:
91cac8a734
configs
/
tmux
/
plugins
/
tpm
/
scripts
/
helpers
/
shell_echo_functions.sh
8 lines
59 B
Raw
Blame
History
echo_ok() {
echo "$*"
}
echo_err() {
fail_helper "$*"
}