aboutsummaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-08-15 10:10:22 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-08-15 10:10:22 +0000
commit385ae243eb0dfc63c7c7919fd1aae14f6de232bd (patch)
tree16515a8cd8ee5a360e76f395ea489208df294306 /shells/Makefile
parent0a7455c83ce45910f0ee6965d5db7b95bc54c9db (diff)
downloadports-385ae243eb0dfc63c7c7919fd1aae14f6de232bd.tar.gz
ports-385ae243eb0dfc63c7c7919fd1aae14f6de232bd.zip
New port: shells/poshinit: Portable shell setup for Bash/Zsh across FreeBSD/Linux/Cygwin
You want your shell stuff to work the same way even when you use a different shell, or even a different box. Right? If you use poshinit (Portable Shell Initialization), you can attain at least most of what you desire, perhaps even all. You can log out of Bash and log in with Zsh (or vice versa) - and your aliases/exports/functions will continue to work as before. It gets better - if someday you need to use a different box with a different OS, you can get your shell to work your 'normal' way in a jiffy. Just save your $HOME/.shell directory on your primary box, and paste it over your second box's $HOME/.shell (after running poshinit setup script on the second box). The second box need not be the same operating system - poshinit works across FreeBSD / Linux / Cygwin. WWW: https://github.com/bourne-again/poshinit PR: 232315 Submitted by: bourne.identity@hotmail.com Reviewed by: Nathan, Walter Schwarzenfeld, tobik (previous versions)
Notes
Notes: svn path=/head/; revision=508989
Diffstat (limited to 'shells/Makefile')
-rw-r--r--shells/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index dbb41353e428..aa8e24cd24ad 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -39,6 +39,7 @@
SUBDIR += p5-Term-ShellUI
SUBDIR += pdksh
SUBDIR += pear-PHP_Shell
+ SUBDIR += poshinit
SUBDIR += psh
SUBDIR += rc
SUBDIR += rush