Today I learned
  • Home
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
Sign in Subscribe

terminal

A collection of 2 posts
shell

RVM error when starting zsh __rvm_cleanse_variables: function definition file not found

I was getting this error when opening new zshell: __rvm_cleanse_variables: function definition file not found command not found: rvm_error Running the following solved the problem: rm -f ~/.zcompdump* Note: The * is incase there are multiple .zcompdump files. So what goes behind the scenes: ZSH uses compinit to
Apr 22, 2016
shell

Run the last shell command with sudo

I often an into the situation where I type in a long command, hit enter and then figure out that I needed to run that command as root user. Instead of typing the same command with sudo prefixed we can do the same thing using a shortcut. To run the
Feb 16, 2016
Page 1 of 1
Today I learned © 2023
Powered by Ghost