diff options
author | EuAndreh <eu@euandre.org> | 2022-10-24 14:21:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-24 14:21:59 -0300 |
commit | 7579ec0e96079de410d0116442a938f3f4347d7b (patch) | |
tree | 095905e5a77cc53c667285ef22fee174950a09dc | |
parent | etc/guix/home.scm: Register cronjob for "update && upgrade" (diff) | |
download | dotfiles-7579ec0e96079de410d0116442a938f3f4347d7b.tar.gz dotfiles-7579ec0e96079de410d0116442a938f3f4347d7b.tar.xz |
Move some FIXME markers to ~/.usr/FIXME file
-rwxr-xr-x | bin/e | 1 | ||||
-rw-r--r-- | etc/sh/rc | 5 |
2 files changed, 1 insertions, 5 deletions
@@ -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 @@ -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() { |