Almost nothing
This commit is contained in:
parent
7ff4eb42de
commit
8bf547cfac
|
@ -169,8 +169,8 @@ end
|
|||
# visual mode, but due to fish_cursor_default, is redundant here
|
||||
set fish_cursor_visual block
|
||||
|
||||
### BANG BANG FUNCTIONS
|
||||
function __history_previous_command
|
||||
### BANG BANG FUNCTIONS
|
||||
function __history_previous_command
|
||||
switch (commandline -t)
|
||||
case "!"
|
||||
commandline -t $history[1]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[FileDialog]
|
||||
history=file:///home/chris, file:///home/chris/Documents/TFC Stuff/newsletterpics, file:///home/chris/Videos/vimeo, file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos
|
||||
lastVisited=file:///home/chris/Videos
|
||||
history=file:///home/chris/Videos/vimeo, file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris
|
||||
lastVisited=file:///home/chris
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris
|
||||
sidebarWidth=116
|
||||
|
|
|
@ -20,10 +20,8 @@
|
|||
# variable.
|
||||
|
||||
if [ $(hostname) = 'syl' ]; then
|
||||
echo laptop
|
||||
size=2300x1500
|
||||
else
|
||||
echo desktop
|
||||
size=1500x900
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue