summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-09-21 15:29:39 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-09-21 15:29:39 -0400
commit63449c926b14e4166f18bd26e4cfbdbfc2409910 (patch)
tree260e9bbff396ed1d75bc863ec3b1a1b1766e2af7
parentfb0231b7206d2292a43637c513854f1b5937b432 (diff)
downloadeibhear-63449c926b14e4166f18bd26e4cfbdbfc2409910.tar.gz
eibhear-63449c926b14e4166f18bd26e4cfbdbfc2409910.tar.zst
eibhear-63449c926b14e4166f18bd26e4cfbdbfc2409910.zip
unneeded with zsh
l---------.bash_profile1
-rw-r--r--.bashrc8
-rw-r--r--.profile44
-rw-r--r--.zprofile2
4 files changed, 0 insertions, 55 deletions
diff --git a/.bash_profile b/.bash_profile
deleted file mode 120000
index aa7da3a..0000000
--- a/.bash_profile
+++ /dev/null
@@ -1 +0,0 @@
-.profile \ No newline at end of file
diff --git a/.bashrc b/.bashrc
deleted file mode 100644
index 9338a0c..0000000
--- a/.bashrc
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-stty -ixon # Disable ctrl-s and ctrl-q.
-shopt -s autocd #Allows you to cd into directory merely by typing the directory name.
-HISTSIZE= HISTFILESIZE= # Infinite history.
-export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]"
-
-[ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc" # Load shortcut aliases
-[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"
diff --git a/.profile b/.profile
deleted file mode 100644
index 07557c0..0000000
--- a/.profile
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/sh
-
-# Profile file. Runs on login. Environmental variables are set here.
-
-# Adds `~/.local/bin` to $PATH
-export PATH="$PATH:$HOME/.local/bin/"
-
-# Default programs:
-export EDITOR="nvim"
-export TERMINAL="st"
-export BROWSER="tabbed -r 2 surf -e lmao"
-export READER="zathura"
-export FILE="lf"
-
-# ~/ Clean-up:
-export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
-export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"
-export LESSHISTFILE="-"
-export INPUTRC="$HOME/.config/inputrc"
-export ZDOTDIR="$HOME/.config/zsh"
-export PASSWORD_STORE_DIR="$HOME/.local/share/password-store"
-
-# Other program settings:
-export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
-export LESS=-R
-export LESS_TERMCAP_mb="$(printf '%b' '')"
-export LESS_TERMCAP_md="$(printf '%b' '')"
-export LESS_TERMCAP_me="$(printf '%b' '')"
-export LESS_TERMCAP_so="$(printf '%b' '')"
-export LESS_TERMCAP_se="$(printf '%b' '')"
-export LESS_TERMCAP_us="$(printf '%b' '')"
-export LESS_TERMCAP_ue="$(printf '%b' '')"
-
-mpd >/dev/null 2>&1 &
-
-[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
-
-echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
-
-# Start graphical server if i3 not already running.
-[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x Xorg >/dev/null && exec startx
-
-# Switch escape and caps if tty:
-sudo -n loadkeys ~/.local/share/larbs/ttymaps.kmap 2>/dev/null
diff --git a/.zprofile b/.zprofile
index d6ab3e6..5be31c8 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,5 +1,3 @@
-#!/bin/sh
-
# Profile file. Runs on login. Environmental variables are set here.
# Adds `~/.local/bin` to $PATH