summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-10-01 11:08:10 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-10-01 11:08:10 -0400
commit58e71a37f1696b684ed645b73682d9d088536742 (patch)
treef41d02729bbd0a502745103ff0f2854a3b6972ce
parentfb520e737160a4adac1f072ec81628a9f2b7a397 (diff)
downloadeibhear-58e71a37f1696b684ed645b73682d9d088536742.tar.gz
eibhear-58e71a37f1696b684ed645b73682d9d088536742.tar.zst
eibhear-58e71a37f1696b684ed645b73682d9d088536742.zip
update for vid
-rw-r--r--.bashrc16
1 files changed, 10 insertions, 6 deletions
diff --git a/.bashrc b/.bashrc
index a7a47a6..dc5d5e6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,6 +1,12 @@
-stty -ixon
+# _ _
+# | |__ __ _ ___| |__ _ __ ___
+# | '_ \ / _` / __| '_ \| '__/ __|
+# | |_) | (_| \__ \ | | | | | (__
+# |_.__/ \__,_|___/_| |_|_| \___|
+
+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=
+HISTSIZE= HISTFILESIZE= # Infinite history.
# Setting Bash prompt. Capitalizes username and host if root user (my root user uses this same config file).
if [ "$EUID" -ne 0 ]
@@ -29,15 +35,14 @@ alias ka="killall"
alias g="git"
alias trem="transmission-remote"
alias mkd="mkdir -pv"
-alias rf="source ~/.bashrc"
alias ref="shortcuts.sh && source ~/.bashrc" # Refresh shortcuts manually and reload bashrc
alias bw="wal -i ~/.config/wall.png" # Rerun pywal
alias pi="bash ~/.larbs/wizard/wizard.sh"
# Adding color
alias ls='ls -hN --color=auto --group-directories-first'
-alias crep="grep --color=always" # Color grep - highlight desired sequence.
-alias ccat="highlight --out-format=ansi" #Color cat - print file with syntax highlighting.
+alias grep="grep --color=auto" # Color grep - highlight desired sequence.
+alias ccat="highlight --out-format=ansi" # Color cat - print file with syntax highlighting.
# Internet
alias yt="youtube-dl --add-metadata -ic" # Download video link
@@ -51,7 +56,6 @@ alias starwars="telnet towel.blinkenlights.nl"
alias Txa="cp ~/Documents/LaTeX/article.tex"
alias Txs="cp ~/Documents/LaTeX/beamer.tex"
alias Txh="cp ~/Documents/LaTeX/handout.tex"
-alias TC='texclear'
source ~/.shortcuts