mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-11-27 12:02:45 -10:00
Compare commits
5 Commits
4961e64c92
...
b6ccc2fda9
| Author | SHA1 | Date | |
|---|---|---|---|
| b6ccc2fda9 | |||
| 2eaa8351ea | |||
| b9d501c739 | |||
| f8fa4642b3 | |||
| 526e36003e |
3
.bashrc
3
.bashrc
@ -52,7 +52,6 @@ alias v="nvim"
|
||||
|
||||
#upgraded commands
|
||||
#alias cat="bat"
|
||||
alias htop="btop"
|
||||
#alias ls="exa"
|
||||
|
||||
#devleopment variables
|
||||
@ -70,7 +69,7 @@ alias i3blocksconfig="nvim ~/.config/i3blocks/config"
|
||||
|
||||
#development shortcuts
|
||||
alias lg="lazygit"
|
||||
alias cfg="lazygit --git-dir=$HOME/.cfg --work-tree=$HOME"
|
||||
alias cfg='lazygit --git-dir=$HOME/.cfg --work-tree=$HOME'
|
||||
alias nt="alacritty&"
|
||||
alias tn="tmux -u -f $TMUX_CONFIG new"
|
||||
alias ta="tmux -u -f $TMUX_CONFIG attach"
|
||||
|
||||
@ -57,6 +57,8 @@ require('lazy').setup({
|
||||
-- { "Olical/nfnl", ft = "fennel", opts = {} },
|
||||
'Olical/aniseed',
|
||||
|
||||
{ 'rcarriga/nvim-dap-ui', dependencies = { 'mfussenegger/nvim-dap', 'nvim-neotest/nvim-nio' } },
|
||||
|
||||
{
|
||||
'smoka7/hop.nvim',
|
||||
version = '*',
|
||||
@ -680,7 +682,7 @@ require('lazy').setup({
|
||||
-- conjure
|
||||
{
|
||||
'Olical/conjure',
|
||||
ft = { 'clojure', 'fennel', 'python' }, -- etc
|
||||
ft = { 'clojure', 'fennel', 'python', 'lisp' }, -- etc
|
||||
lazy = true,
|
||||
init = function()
|
||||
-- Set configuration options here
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
PORT=$1
|
||||
kill -9 $(lsof -t -i:$PORT)
|
||||
kill -l $(lsof -t -i:$PORT)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user