mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
6a84917074
commit
711730d9ee
3 changed files with 28 additions and 28 deletions
|
|
@ -61,3 +61,8 @@ set directory=$XDG_STATE_HOME/vim/swap
|
|||
set undodir=$XDG_STATE_HOME/vim/undo
|
||||
set viewdir=$XDG_STATE_HOME/vim/view
|
||||
" set shada+=n$XDG_STATE_HOME/vim/shada
|
||||
" Leader
|
||||
let mapleader = "\<Space>"
|
||||
nnoremap <leader><leader> :FZF<CR>
|
||||
" Misc
|
||||
syntax on
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
;; vim:ft=kmonad
|
||||
;; Linux kmonad.kbd
|
||||
|
||||
(defcfg
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ else
|
|||
}
|
||||
fi
|
||||
|
||||
|
||||
alias ni=touch
|
||||
alias cls=clear
|
||||
alias ii=open
|
||||
|
|
@ -54,6 +53,7 @@ alias ipy=ipython
|
|||
|
||||
alias g=lazygit
|
||||
|
||||
alias doomd="emacsclient -t ~/.config/doom/"
|
||||
|
||||
# lsd - modern ls
|
||||
if command -v lsd >/dev/null; then
|
||||
|
|
@ -68,7 +68,6 @@ else
|
|||
alias ll='ls -l'
|
||||
fi
|
||||
|
||||
|
||||
# Functions #
|
||||
mkcd() {
|
||||
mkdir -p $1 && cd $1
|
||||
|
|
@ -89,7 +88,6 @@ mtv(){
|
|||
mkdir -p $(dirname $1) && touch $1 && nvim $1
|
||||
}
|
||||
|
||||
|
||||
alias update="source $DOTFILES/scripts/update.zsh"
|
||||
|
||||
if command -v pacman >/dev/null; then
|
||||
|
|
@ -124,8 +122,6 @@ if command -v brew > /dev/null; then
|
|||
alias brewl="brew list"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# TODO: Does not work
|
||||
if [ "$TERM" = "xterm-ghostty" ] || [ "$TERM" = "xterm-kitty" ]; then
|
||||
alias icat="kitten icat"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue