[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
use zsh and fish as login shell
From: |
宋文武 |
Subject: |
use zsh and fish as login shell |
Date: |
Sat, 06 Dec 2014 16:04:58 +0800 |
User-agent: |
Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-unknown-linux-gnu) |
My previous patches for bash/zsh did not put fish into consider.
It's not POSIX-compliant, I have to generate a different config file.
Gentoo/Exherho create different files for differnt shells, eg:
/etc/profile.env for sh
/etc/profile.csh for csh
both comming from /etc/env.d.
So, I could do something similar:
env.scm
Description: Text document
WDYT?
Since I'm new to Guile, please don't be hesitate to correct me (style,
name, etc..).
Thanks!