aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/e1
-rw-r--r--etc/sh/rc5
2 files changed, 1 insertions, 5 deletions
diff --git a/bin/e b/bin/e
index dc7b47d..d0b261a 100755
--- a/bin/e
+++ b/bin/e
@@ -81,7 +81,6 @@ else
if [ $# -eq 0 ]; then
f="$(fzf --select-1 --exit-0 < "$XDG_DATA_HOME"/euandreh/e.list.txt)"
if [ -n "$f" ]; then
- # FIXME
history -s e "$f"
sh -c "$CMD $f"
fi
diff --git a/etc/sh/rc b/etc/sh/rc
index d1fc6de..efd01e8 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -24,7 +24,6 @@ if [ -r "$GUIX_PROFILE"/etc/profile ]; then
. "$GUIX_PROFILE"/etc/profile
fi
-# FIXME
idempotent_path_add() {
case "$(eval "echo \$$1")" in
*"$2"*)
@@ -148,7 +147,6 @@ alias flush='sync && echo 3 | sudo tee /proc/sys/vm/drop_caches > /dev/null'
-# FIXME: fix "history" commands
# g '^\w.*json_destroy('
g() {
# shellcheck disable=2086
@@ -176,7 +174,6 @@ g() {
}
f() {
- # FIXME: speed
# profile="f-shell-function$(pwd | sed -e 's_/_-_g')"
# file="$(git ls-files | grep ${2:-.} | remembering -p "$profile" -c "fzf --select-1 --exit-0 --preview 'cat {}'")"
# shellcheck disable=2086
@@ -193,7 +190,7 @@ f() {
reload() {
. ~/.profile
- xset r rate 225 100 # FIXME: move xorg conf
+ xset r rate 225 100
}
_edit_without_executing() {