aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc5
1 files changed, 1 insertions, 4 deletions
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() {