summaryrefslogtreecommitdiffstats
path: root/.config/shell/profile
Commit message (Collapse)AuthorAgeFilesLines
* Make shell profile POSIX, remove unnecessary variable fallbacks (#1368)thirtysix2023-11-151-14/+12
|
* Set GOMODCACHE to comply with XDG (#1299)Mathieu Rollet2023-04-121-0/+1
| | | | If GOMODCACHE is not set, it defaults to $GOPATH/pkg/mod cf. https://go.dev/ref/mod#environment-variables
* customizable wttr/rate urls, sb-price improvementsLuke Smith2023-03-201-0/+4
|
* SQLite ~/ cleanup (#1283)HelionSmoker2023-02-231-0/+1
|
* Python ~/ cleanup (#1264)HelionSmoker2023-02-091-0/+1
|
* add TERMINAL_PROG variable (#1237)Amy2023-01-201-0/+1
| | | used in programs like `xtrace` (line 172 `/usr/bin/xtrace`)
* `.profile` cleanup: remove redundant variables and programs (#1221)i13e2022-10-311-25/+22
| | | | | | | | | | | | | | | | | | | | | * Delete redundant text XDG directories are already configured within this file, so having a fallback is unnecessary * `Less` now supports XDG Base Directory spec (v590) https://www.greenwoodsoftware.com/less/news.590.html * `weechat` now supports XDG Base Directory spec https://github.com/weechat/weechat/commit/70cdf21681d75090c3df9858c9e7ce5a85433856 * Formatting * ALSA supports XDG Base Directory https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.3 * Fix spacing
* Remove $LF_ICONS from profileIan Breckenridge2022-08-211-79/+0
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-08-031-1/+1
|\
| * Change brave to librewolf in shell profile (#1154)appeasementPolitik2022-08-031-1/+1
| |
* | shortcuts fixLuke Smith2022-08-031-2/+2
|/
* Restore startx command on boot (#1147)appeasementPolitik2022-07-201-0/+3
|
* samedir now sd, libxft-bgra message removedLuke Smith2022-07-191-11/+1
|
* 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