| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* minor forgoten stuff
we already have shutdown in sudo loop
* why was this still here? it belongs in ~/.config/
* what the actual phucc
* implemented loginctl and fixed shebang
|
| |
|
| |
don't remove the whole thing, just sudo
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
shortcutrc is created on shell directory with shortcuts script
same for zshnameddirrc
|
| | |
|
| | |
|
| |
|
|
|
|
| |
A custom filename and directory can be specified with startx command,
which in this case is $XINITRC variable that indicates
$XDG_CONFIG_HOME/x11/xinitrc
|
| | |
|
| |
|
| |
Find is faster and it is only one command. The last `:` is removed by the parameter expansion (works in both Bash and Zsh).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Compatibility for FreeBSD's paste(1)
According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.
> Create a colon-separated list of directories named bin,
> suitable for use in the PATH environment variable:
`find / -name bin -type d | paste -s -d : -`
* Compatibility for FreeBSD's paste(1)
According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.
> Create a colon-separated list of directories named bin,
> suitable for use in the PATH environment variable:
`find / -name bin -type d | paste -s -d : -`
|
| | |
|
| | |
|
|
|
many files renamed, possible breakage
|