diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2015-05-12 21:18:32 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-02-26 00:33:29 +0100 |
| commit | 1e263266388c0b6cd39e09d81513e32aedc4268c (patch) | |
| tree | 129f9d7620892ff9eb50f3738ff38de9155b76d1 /fish/config.fish | |
.
Diffstat (limited to 'fish/config.fish')
| -rw-r--r-- | fish/config.fish | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish new file mode 100644 index 0000000..c9fe730 --- /dev/null +++ b/fish/config.fish @@ -0,0 +1,7 @@ +if status --is-login + set -x PATH ~/python/bin ~/programs ~/programs/chicken/bin ~/.cabal/bin $PATH + set -x CHICKEN_REPOSITORY ~/programs/chicken_repository + set -x ATOM_NODE_URL http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist + set -x QT_QPA_PLATFORMTHEME qt5ct + set -x VISUAL nvim +end |
