summaryrefslogtreecommitdiff
path: root/sh_aliases
diff options
context:
space:
mode:
Diffstat (limited to 'sh_aliases')
-rw-r--r--sh_aliases4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh_aliases b/sh_aliases
index 8f60308..33eb29b 100644
--- a/sh_aliases
+++ b/sh_aliases
@@ -18,8 +18,6 @@ alias gosumemory-default="sudo /home/david/.local/share/gosumemory/gosumemory -p
alias yta="yt-dlp --no-mtime --add-metadata --no-check-certificate --embed-thumbnail -x -f bestaudio/best"
-alias suspend="i3lock-fancy -p -t ''; systemctl suspend"
-
alias vim="nvim"
#alias tablet2='tablet 18 156 2.4'
@@ -75,3 +73,5 @@ passthrough_enable () {
}
alias links="links -g -html-g-text-color 0xfefefe -html-g-background-color 0x191919 -font /home/david/.fonts/ttf-mononoki/mononoki-Regular.ttf"
alias weechat="weechat -d ~/.weechat"
+
+alias manfzf="man -k . | fzf | cut -d'(' -f1 | xargs man"