summaryrefslogtreecommitdiffstats
path: root/.config/shell/profile
Commit message (Collapse)AuthorAgeFilesLines
* fix #936Luke Smith2022-01-211-1/+1
|
* switch from yay to paruLuke Smith2021-06-261-1/+1
|
* minor tweaks, electrum and mbsync to ~/.configLuke Smith2021-03-071-0/+2
|
* startx aliasLuke Smith2021-03-071-1/+1
|
* Deleted the .xinitrc link at $HOME for even a cleaner home directory.memreyagci2021-02-211-2/+2
| | | | | | 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
* Use find instead du for more efficient execution. (#880)ZaxonXP2021-01-131-1/+1
| | | 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) (#853)anntnzrb2020-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 : -`
* minor updatesLuke Smith2020-11-191-2/+11
|
* old stuff removedLuke Smith2020-11-161-0/+145
many files renamed, possible breakage