Skip to content

Commit

Permalink
Add qsnake and tldr to $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaran-14 committed Feb 15, 2020
1 parent 649d87e commit f0ad4d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file added .local/bin/qsnake
Binary file not shown.
Binary file added .local/bin/tldr
Binary file not shown.
7 changes: 4 additions & 3 deletions miscellany/miscellany.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
3 changes: 3 additions & 0 deletions system/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f0ad4d5

Please sign in to comment.