summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc3
-rw-r--r--README.md1
2 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 16dc9c9..e226134 100644
--- a/.bashrc
+++ b/.bashrc
@@ -4,6 +4,9 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
+
+export CC=/usr/bin/clang
+export CXX=/usr/bin/clang++
fastfetch
alias ls='ls --color=auto'
alias grep='grep --color=auto'
diff --git a/README.md b/README.md
index 5f79acc..ce86387 100644
--- a/README.md
+++ b/README.md
@@ -17,3 +17,4 @@ Possible Improvements:
- Built in debugging
- Built in git merging
- Code collapsing
+- Counsel-mark-ring, goto last change, or some way to mark positions and jump back reliably