diff --git a/.bashrc b/.bashrc index a7e35e9..485dc17 100644 --- a/.bashrc +++ b/.bashrc @@ -14,6 +14,8 @@ set -o vi bind -m vi-command 'Control-l: clear-screen' bind -m vi-insert 'Control-l: clear-screen' #ufetch +bash ~/Git/fetch.sh/fetch.sh + #(cat $HOME/.config/wpg/sequences &) function lazygit() { git add . diff --git a/i3/config b/i3/config index a07642b..6b72ab7 100644 --- a/i3/config +++ b/i3/config @@ -101,6 +101,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU # Binds for swapping between single laptop screen to 2 with an ultrawide bindsym $mod+KP_End exec --no-startup-id bash ~/.scripts/laptop bindsym $mod+KP_Down exec --no-startup-id bash ~/.scripts/ultrawide +bindsym $mod+KP_Next exec --no-startup-id bash ~/.scripts/tf2 # Use Mouse+$mod to drag floating windows to their wanted position diff --git a/nvim/init.vim b/nvim/init.vim index 098b1fe..e0f5dcd 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -130,6 +130,8 @@ let g:deoplete#enable_at_startup = 1 autocmd InsertLeave,CompleteDone * if pumvisible() == 0 | pclose | endif let g:jedi#completions_enabled = 0 let g:jedi#use_splits_not_buffers = "right" +g:deoplete#sources#jedi#python_path = 'python3' +let g:python3_host_prog = '/usr/bin/python3' " Limeligt Binds nnoremap l :Limelight!! diff --git a/nvim/spell/en.utf-8.add b/nvim/spell/en.utf-8.add index 2de8f63..6debc6c 100644 --- a/nvim/spell/en.utf-8.add +++ b/nvim/spell/en.utf-8.add @@ -60,3 +60,8 @@ loadpantomime PlayID AgentID WAMP +i +GDPR +ProjID +DevID +DevProj diff --git a/nvim/spell/en.utf-8.add.spl b/nvim/spell/en.utf-8.add.spl index bdff562..9943820 100644 Binary files a/nvim/spell/en.utf-8.add.spl and b/nvim/spell/en.utf-8.add.spl differ