#!/usr/bin/env bash

# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.469) - <https://dotfiles.io>
# Made with ♥ in London, UK by Sebastien Rousseau
# Copyright (c) 2015-2025. All rights reserved
# License: MIT

# 🆂🆄🅳🅾 🅰🅻🅸🅰🆂🅴🆂

# Execute a command as the superuser.
alias root='s'

# Execute a command as the superuser.
alias s='sudo -i'

# Execute a command as the superuser.
alias su='sudo su'

# Execute a command as the superuser.
alias sudo='s'
