if[-e /home/user/.nix-profile/etc/profile.d/nix.sh ];then . /home/user/.nix-profile/etc/profile.d/nix.sh;fi# added by Nix installer
# Install Ruby Gems to ~/gems
exportGEM_HOME="$HOME/gems"
exportPATH="$HOME/gems/bin:$PATH"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.