From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4413 invoked by alias); 13 Apr 2018 12:21:45 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23339 Received: (qmail 13768 invoked by uid 1010); 13 Apr 2018 12:21:45 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm0-f49.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(74.125.82.49):SA:0(-1.9/5.0):. Processed in 2.442664 secs); 13 Apr 2018 12:21:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: raitarohikami@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=KiyOCHJCAGldQaAN4ZugQFBWKe7vrcCZ/Jt3noIZjbc=; b=tRZcJyqsm5+SipQv11MP1s3JwFKj2mdJXMWcKeOxPWHz+LIhuwqlGwTfsU+FsF/0Zo 2gpLuEhtHRajcf10JroVSeh/0NGg9p97YYKI+g8Zz4xMK2sE8i0RFMsdNWXOkhkH5GLR E+Uj/axOuC3TDIUcA2LgxGsrX8W7K67mTt3Swgy5+2IBNShsB1+qKe/pR0uCCwV5LBwc rtjkVnZjGZn34UeBcIL79s2G/1oWiPKh6Md8sZPWS3q0eenPrmGMvYhgOPXbnlGiJA+9 a6F+s6+EtJZWX4O7TBR95Sj/4QkWelLt9fc/uR/lIE2qP3b78a00FY7g9au2KEwtakHJ 2Ygg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=KiyOCHJCAGldQaAN4ZugQFBWKe7vrcCZ/Jt3noIZjbc=; b=PRzFX893/Blm6FTwmtV95ml15/PHZqsXT3UUH9a5v1c7TS+tML6CtJEORXq8RLCPqO 5/Tg6pNeLDwpXyKZ1msCoZknLULFzXeC8GYteesCLr3vUOJqfnCP0YbacNdyGwB4/Y1A GhCrXSUuocOfDho6tWyvtmZ7C34uqwZylLlXHR7BHUYlruCvr/zt87WK/RWl4h159GsL hR0++uTIVQkUcj3I+39THJ5KpFMPaybCkUhRIaDr8e+ZURoOzLDx64vkAQaoTlVDRuMk x/BMw/0VTLd8GdHyOy3RzOOVj+7zz5MepDqr3M2wQNqYlC6sPG5ALHh3xYtP+Mi2OTtG e1Mg== X-Gm-Message-State: ALQs6tCKUCnOHdMA7ZDEvEr0S2JITiL2vRK1nRR6lUOAEPIOhsGkCatY OpmDtiO+cmHT5E/lAhBlGTON42UD6s3iMjYbC/UpSw== X-Google-Smtp-Source: AIpwx48nhi/qQSmDSbQGzjlTRlpZ30i+5nhEboNQPsh3yjBSQZ/s2Fg9szoGsEkpRJ6pHfRczozzVB0awVSRT97Mkv8= X-Received: by 10.80.241.205 with SMTP id y13mr20392228edl.71.1523622098954; Fri, 13 Apr 2018 05:21:38 -0700 (PDT) MIME-Version: 1.0 From: Raitaro Hikami Date: Fri, 13 Apr 2018 15:21:38 +0300 Message-ID: Subject: Setting up zsh, $PATH issue To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary="089e0820d91cfaeb7f0569b9e9f4" --089e0820d91cfaeb7f0569b9e9f4 Content-Type: text/plain; charset="UTF-8" So basically my problem is described here: https://github.com/robbyrussell/oh-my-zsh/issues/6712 tl;dr: I had oh-my-zsh install itself, the zsh is the default shell, the $PATH is ok, but for some reason zsh doesn't find it. sudo usermod raitaro -s $(which zsh) $PATH zsh: no such file or directory So in the terminal I can run any ~/bin script, but outside of the terminal none of those work which it's extremely annoying. Yeah, also on another note, I am using the hack nerd font for the terminal, but for some reason Konsole and Yakuake just don't quite display the folder icon right, it is a bit chopped. I would assume is a terminal issue, not that huge of a deal, just mentioning in case maybe you've seen something similar. --089e0820d91cfaeb7f0569b9e9f4--