Lot's of awesome changes and some added scripts
This commit is contained in:
parent
ed91c15381
commit
d36ce8b8b9
23 changed files with 303 additions and 374 deletions
|
@ -6,11 +6,11 @@ set -q XDG_DATA_HOME
|
|||
# Load Oh My Fish configuration.
|
||||
source $OMF_PATH/init.fish
|
||||
|
||||
# vi mode - off so that emacs can still be in control without having 2 vi modes
|
||||
# fish_vi_key_bindings
|
||||
|
||||
# variables
|
||||
# set -x GOPATH=$HOME/dev/go
|
||||
# set -x PATH=$PATH:/usr/local/dev/go/bin
|
||||
# set -x PATH=$PATH:/home/chris/.config/polybar
|
||||
set -x PATH {/bin,/usr/bin,/home/chris/.dotfiles,/home/chris/.emacs.d/bin}
|
||||
set -x PATH {/bin,/usr/bin,/home/chris/.dotfiles,/home/chris/.emacs.d/bin,/home/chris/scripts}
|
||||
set -x QT_QPA_PLATFORMTHEME "qt5ct"
|
||||
set -x EDITOR "emacsclient -a emacs"
|
||||
set -x TERM alacritty
|
||||
|
@ -18,3 +18,4 @@ set -x TERM alacritty
|
|||
# aliases
|
||||
alias ls="lsd -a"
|
||||
alias rfi="/home/chris/.dotfiles/rofi/launchers-git/launcher.sh"
|
||||
alias scl="pkexec systemctl "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue