From 7579ec0e96079de410d0116442a938f3f4347d7b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 24 Oct 2022 14:21:59 -0300 Subject: Move some FIXME markers to ~/.usr/FIXME file --- etc/sh/rc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'etc/sh/rc') diff --git a/etc/sh/rc b/etc/sh/rc index d1fc6dee..efd01e8a 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() { -- cgit v1.3