Skip to content

powerline segment showing current working directory in tmux.

Notifications You must be signed in to change notification settings

abujalski/powerline-segments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

About

Simple custom segment displaying current directory in tmux. Based on sample.

Configuration

  1. Install module using pip3:

    pip3 install --user --editable ./
    
  2. To your ~/.config/powerline/themes/tmux/default.json add something like:

    {
    	"segments": {
    		"right": [
    			{
    				"function": "mysegments.tmux_cwd.pane_current_path",
    				"priority": 50
    			}
    		]
    	}
    }
    

About

powerline segment showing current working directory in tmux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages