Giter VIP home page Giter VIP logo

Comments (5)

jimeh avatar jimeh commented on September 28, 2024

Damn, that's pretty stupid of me to miss. I'll try to put a fix together tonight :)

from tmuxifier.

jimeh avatar jimeh commented on September 28, 2024

Sorry to bug you. I'm updating the readme with tcsh info. How would this translate to tcsh's syntax?

[[ -s "$HOME/.tmuxifier/init.sh" ]] && source "$HOME/.tmuxifier/init.sh"

from tmuxifier.

jimeh avatar jimeh commented on September 28, 2024

Seems like this will do the trick :)

[ -f "$HOME/.tmuxifier/init.tcsh" ] && source "$HOME/.tmuxifier/init.tcsh"

from tmuxifier.

peter-d avatar peter-d commented on September 28, 2024

No problem. It's not a one liner link in bash, unfortunately:

if ( -s "$HOME/.tmuxifier/init.sh" ) then
  source "$HOME/.tmuxifier/init.sh"
endif

from tmuxifier.

jimeh avatar jimeh commented on September 28, 2024

Thanks, I'll go with your version. And damn, just realized I replied to the wrong issue :P... At least I knew I was replying to the correct person... lol

from tmuxifier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.