Skip to content

Instantly share code, notes, and snippets.

View KarthikNayak's full-sized avatar
🖥️
At Delivery Hero

Karthik Nayak KarthikNayak

🖥️
At Delivery Hero
View GitHub Profile
@KarthikNayak
KarthikNayak / manjaro-bashrc.sh
Last active August 29, 2015 14:03 — forked from jlhg/manjaro-bashrc.sh
bashrc file
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
xhost +local:root > /dev/null 2>&1