diff --git a/.local/bin/qsnake b/.local/bin/qsnake new file mode 100755 index 0000000..8713696 Binary files /dev/null and b/.local/bin/qsnake differ diff --git a/.local/bin/tldr b/.local/bin/tldr new file mode 100755 index 0000000..cb9de81 Binary files /dev/null and b/.local/bin/tldr differ diff --git a/miscellany/miscellany.zsh b/miscellany/miscellany.zsh index 9da1683..878b496 100644 --- a/miscellany/miscellany.zsh +++ b/miscellany/miscellany.zsh @@ -3,7 +3,8 @@ ######### Some games to play when the going gets tough ##### QSNAKE game from utility-git-source - - -PATH="/home/kumaran/utiliy-git-source/quick-snake/:$PATH" +##### In ~/utiliy-git-source/quick-snake +##### Now executable qsnake is in $DOTDIR/.local/bin/ alias snake='qsnake' + +##### tdlr in $DOTDIR/./local/bin/ diff --git a/system/aliases.zsh b/system/aliases.zsh index e8f262a..e98fb7f 100644 --- a/system/aliases.zsh +++ b/system/aliases.zsh @@ -29,3 +29,6 @@ alias gut='git' #### Navigate to dotfiles repo alias dot='cd $DOTDIR' +#### List all files with full path +alias lff='find "$(pwd)" -type f' +alias lfd='find "$(pwd)" -type d'