Skip to content

Instantly share code, notes, and snippets.

View KM8Oz's full-sized avatar
:atom:
Focusing

kmoz000 KM8Oz

:atom:
Focusing
View GitHub Profile
@KM8Oz
KM8Oz / .bashrc_default
Created March 23, 2022 20:38 — forked from matt-blodgett/.bashrc_default
Default .bashrc for Ubuntu 18.04.3 LTS
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
@KM8Oz
KM8Oz / .profile
Created March 23, 2022 20:38 — forked from edwinksl/.profile
Default .profile for Ubuntu 16.04 copied from /etc/skel/.profile
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022