Commit graph

52 commits

Author SHA1 Message Date
Jonathan Hodgson
a0355dbf88 Adds ctrl+z binding 2020-03-11 17:40:45 +00:00
Jonathan Hodgson
1ec39640b9 Shell config changes 2020-03-11 12:56:06 +00:00
Jonathan Hodgson
4893824aff Lots of zsh changes 2020-03-11 11:30:54 +00:00
Jonathan Hodgson
cd61fb7ff4 ZSH changes 2020-02-29 21:32:14 +00:00
Jonathan Hodgson
c9291ffcbf Moves includes into includes folder 2020-02-19 12:07:52 +00:00
Jonathan Hodgson
3933e1b17b Move syntax highlighting pluign to plugins folder 2020-02-19 12:02:31 +00:00
Jonathan Hodgson
0b9ed0681d Moves autosuggestions submodule and deletes npm completion 2020-02-19 12:01:05 +00:00
Jonathan Hodgson
f9fa01ecc0 Remove oh-my-zsh 2020-02-19 11:40:33 +00:00
Jonathan Hodgson
6a34d64075 Updates zsh 2020-01-09 12:39:48 +00:00
Jonathan Hodgson
dd4858168c Work on hashcat completion 2020-01-04 13:25:53 +00:00
Jonathan Hodgson
7641d72058 Updates oh my zsh 2020-01-04 13:25:09 +00:00
Jonathan Hodgson
b6a09a9d6e Fixes typo 2019-12-17 21:41:44 +00:00
Jonathan Hodgson
ced94ff9b8 Makes hashcat mode completion automatic on tab after -m 2019-12-17 21:31:01 +00:00
Jonathan Hodgson
b8f4a36858 Changes to custom tab completion 2019-11-11 17:25:24 +00:00
Jonathan Hodgson
6712d84c89 Work on snippets for zsh 2019-10-29 17:20:28 +00:00
Jonathan Hodgson
437c36638d Delete navi 2019-10-29 13:52:06 +00:00
Jonathan Hodgson
d9465307d6 zsh changes 2019-10-29 13:50:51 +00:00
Jonathan Hodgson
297cb39020 Add navi 2019-10-29 13:49:43 +00:00
Jonathan Hodgson
30dc39fff6 Work on zsh fzf stuff 2019-10-23 20:31:35 +01:00
Jonathan Hodgson
54bcccfe08 New fzf aliases and shortCuts 2019-10-18 09:02:22 +01:00
Jonathan Hodgson
23ce8e4e46 Changes to fzf 2019-10-17 11:07:31 +01:00
Jonathan Hodgson
90fc6ab4fb Many changes 2019-10-10 17:29:09 +01:00
Jonathan Hodgson
a9707671fb Changes to zsh - ranger shortcut and alias for armory tool 2019-09-26 08:57:27 +01:00
Jonathan Hodgson
796ba209bf Adds fzf config 2019-08-19 08:46:46 +01:00
Jonathan Hodgson
f71af7b8db colour scheme changes 2019-08-06 17:20:17 +01:00
Jonathan Hodgson
c694c62525 Fix zprofile link 2019-08-02 19:52:26 +01:00
Jonathan Hodgson
d5f3455733 Stops zsh from trying to set the terminal color scheme over ssh 2019-08-02 19:47:24 +01:00
Jonathan Hodgson
bacb273f81 Make colourscheme solarized dark when sshing 2019-08-02 11:37:32 +01:00
Jonathan Hodgson
2dde7976ec Adds colorscheme 2019-08-01 18:39:54 +01:00
Jonathan Hodgson
4615a4a020 Adds base-16 colorschemes 2019-08-01 18:18:12 +01:00
Jonathan Hodgson
609e016cb9 Moves zshrc and zprofile into stowable directory 2019-08-01 18:16:53 +01:00
Jonathan Hodgson
d2a27b629f Moves oh-my-zsh into submodule 2019-08-01 18:13:17 +01:00
Jonathan Hodgson
b9cadeee59 Move my custom zshrc config into a better named folder 2019-08-01 18:09:50 +01:00
Jonathan Hodgson
83adf42719 Add shared shell files to shared directory 2019-08-01 18:07:01 +01:00
Jonathan Hodgson
d50d00bb9a Unalias gf 2019-07-09 08:07:40 +01:00
Jonathan Hodgson
5083e8edd5 Print a random tldr when opening a terminal window 2018-12-06 11:05:26 +00:00
Jonathan Hodgson
bb8c20cf9e Chanhe prompt config if in ssh shell 2018-10-28 17:12:20 +00:00
Jonathan Hodgson
a1f7442fa3 Merge branch 'master' of github.com:Jab2870/dotfiles 2018-10-12 09:35:14 +01:00
Jonathan Hodgson
5b2bc0eda6 Add better npm completion 2018-10-12 09:35:00 +01:00
Jonathan Hodgson
0d179a9631 Merge branch 'master' of github.com:Jab2870/dotfiles 2018-10-05 09:51:45 +01:00
Jonathan Hodgson
4b18fdd847 Small config changes 2018-10-05 09:51:35 +01:00
Jonathan Hodgson
de90f690af Update zsh config 2018-10-04 16:51:25 +01:00
Jonathan Hodgson
f71a059603 Removes time from right prompt 2018-07-07 13:43:13 +01:00
Jonathan Hodgson
8fb35fee09 set autosuggest colour 2018-05-18 15:57:21 +01:00
Jonathan Hodgson
9df6bc85cd add autocomplete to shell 2018-05-07 22:41:11 +01:00
Jonathan Hodgson
bc2f4db4b6 Add autosuggestions 2018-05-07 19:29:30 +01:00
Jonathan Hodgson
9735245bfb Make terminal open in the directory of active directory 2018-05-01 09:44:57 +01:00
Jonathan Hodgson
27efed44fa Make zshrc use build in cd rather than alias when opening new terminal 2018-04-27 14:38:44 +01:00
Jonathan Hodgson
4c3b1709a0 Make caps-lock on prompt update when toggled 2018-04-27 12:30:37 +01:00
Jonathan Hodgson
3864f2f932 adds autoCD into most recent directory and debug function
When cding into a directory, the path is saved in ~/.current-folder
ZSHRC then cds into this folder if the file exists and not in a tmux
session

Also added a function debug to functions which will toggle the value of
wp-debug in wp-config
2018-04-23 17:19:27 +01:00