Skip to content

Instantly share code, notes, and snippets.

@razzius
Last active January 2, 2026 17:50
Show Gist options
  • Select an option

  • Save razzius/b61f59d68e5ca3b408368946897e8efb to your computer and use it in GitHub Desktop.

Select an option

Save razzius/b61f59d68e5ca3b408368946897e8efb to your computer and use it in GitHub Desktop.
ubuntu .fish_profile
#!fish
export EDITOR=vim
export BROWSER=firefox
# Workaround for https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/2049578
export GTK_MODULES=''
fish_add_path (ruby -e 'puts Gem.user_dir')
fish_add_path ~/.local/bin
fish_add_path ~/.cargo/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment