Skip to content

soapopera12/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dotfiles

adapted ranger to enter into a file without crashing while exiting terminal

edit this line in rc.conf map S shell $SHELL to map S chain shell echo "$PWD" > ~/.rangerdir ; quit

edit .zshrc and add this function

ranger() { command ranger if [ -f ~/.rangerdir ]; then cd "$(cat ~/.rangerdir)" rm -f ~/.rangerdir fi }

About

My dotfiles for Archlinux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages