!klhduiLnMMgJGoKCEY:matrix.org

Zsh

21 Members
4 Servers

Load older messages


SenderMessageTime
29 Jul 2022
@sis3020:matrix.org@sis3020:matrix.org left the room.09:36:31
7 Sep 2022
@golanv:tchncs.de@golanv:tchncs.de left the room.15:36:01
17 Sep 2022
@sieh_1er_an:matrix.orgsieh_1er_an joined the room.13:18:30
7 Oct 2022
@okapi:yatrix.orgokapi joined the room.13:43:54
18 Oct 2022
@roryisnotacabbage:matrix.orgRory How can you check a command exists but isn't an alias? like command -v but that will return alias' 18:03:17
@okapi:yatrix.orgokapi
In reply to @roryisnotacabbage:matrix.org
How can you check a command exists but isn't an alias? like command -v but that will return alias'
if (( $+commands[xyz] )); then where xyz is the name of the command to check.
21:52:06
@roryisnotacabbage:matrix.orgRory
In reply to @okapi:yatrix.org
if (( $+commands[xyz] )); then where xyz is the name of the command to check.
I'll check that one out thanks. I got it working with type -aw xyz | grep command. But I'm doing it multiple times so a single command should be faster
21:58:04
16 Nov 2022
@codyxx:matrix.org@codyxx:matrix.org joined the room.19:04:58
@codyxx:matrix.org@codyxx:matrix.orgRedacted or Malformed Event19:05:57
@roryisnotacabbage:matrix.orgRory
In reply to @codyxx:matrix.org
Hello, how do you guys have organized your ~/ dir ? Do you have everything in here ? I'm trying to clean it and move everything I can to ~/.config.
https://github.com/b3nj5m1n/xdg-ninja
22:27:29
17 Nov 2022
@y3l0b3b5z2u=:matrix.org@y3l0b3b5z2u=:matrix.org
In reply to @codyxx:matrix.org
Hello, how do you guys have organized your ~/ dir ? Do you have everything in here ? I'm trying to clean it and move everything I can to ~/.config.
In mt case ot conrains only subdirs. All config is indeed in $HOME/.config or $XDG_CONFIG_HOME
All my dirs are according to: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
04:04:09
@codyxx:matrix.org@codyxx:matrix.orgRedacted or Malformed Event12:17:03
18 Nov 2022
@okapi:yatrix.orgokapiI have my config in a directory under git version control with a script to symlink files to their canonical locations. I use git branches and merges to handle differences between different systems. So I've got branches named base/zsh, base/vim, etc and then merge from them to branches with names like mix/work/laptop and mix/home. Never much liked the XDG spec or anything Lennart Poettering has had a hand in. Was nothing wrong with the old conventions.00:44:44
@codyxx:matrix.org@codyxx:matrix.orgRedacted or Malformed Event17:34:19
20 Nov 2022
@codyxx:matrix.org@codyxx:matrix.org left the room.14:02:15
@okapi:yatrix.orgokapiDidn't say I hate him personally. I never wanted Avahi and the spammy network broadcasts it relies on yet it seemed to get added as a dependency of everything. PulseAudio only ever resulted in broken audio where plain ALSA or OSS had worked fine. And systemd started as a decent enough init system but then proceeded to subsume everything else taking Linux further away from the original elegant Unix basis. And the things he's been spouting recently in favour of secure boot are dangerous if you value the freedom to run open operating systems.23:15:05
11 Dec 2022
@vindec:matrix.orgvindec joined the room.19:35:40
16 Jan 2023
@alex_a1:matrix.orgAlex5 changed their display name from alex_a1 to Alex5.00:39:14
2 Feb 2023
@y3l0b3b5z2u=:matrix.org@y3l0b3b5z2u=:matrix.org left the room.06:36:09
@seba-ian:matrix.orgSebastian Gniazdowski joined the room.11:49:54
@seba-ian:matrix.orgSebastian GniazdowskiHi!11:50:08
@seba-ian:matrix.orgSebastian GniazdowskiAny ideas for checks to be done in a Zsh Linter? I11:50:30
@seba-ian:matrix.orgSebastian GniazdowskiI'm creating one, psprint/zsh-sweep at github11:50:50
13 Feb 2023
@jos44:matrix.org@jos44:matrix.org joined the room.19:08:12
20 Feb 2023
@jos44:matrix.org@jos44:matrix.org left the room.13:35:36
7 Mar 2023
@roryisnotacabbage:matrix.orgRoryOn unraid and seemingly only unraid the .zshenv is processed but then PATH is reset. if I rename .zshenv to .zprofile it works perfectly. Is there anything bad about having path set in zprofile? if I understand correctly it means path won't be set unless an interactive shell is started which sounds like it could cause problems?17:51:22
14 Mar 2023
@xpufx:matrix.orgxpufx joined the room.10:56:41
@xpufx:matrix.orgxpufxzstyle ':vcs_info:*' enable git .. this along with it's prompt info thing is messing up when the window is resized . Anybody have this? a solution?10:58:02
@xpufx:matrix.orgxpufx * zstyle ':vcs_info:*' enable git .. this along with its prompt info thing is messing up when the window is resized . Anybody have this? a solution? 11:00:16
@xpufx:matrix.orgxpufxfailing that. which git status plugin do you guys like?11:03:34

Show newer messages


Back to Room ListRoom Version: